fieldset {
	padding: 0; margin: 0; border: none;
}

legend {
	display: none;
}

label.left {
float: left;
text-align: right;
width: 70px;
margin-right: 10px;
}

.kontakt_textarea {
width: 256px;
float: left;
font-size: 13px;
height: 195px;
border: none;
padding: 3px 6px 3px 6px;
background: url(../images/form_bg2.gif) #DFE5F1 no-repeat; background-attachment:fixed;
font-family: Verdana, Arial, Sans-Serif;}

.kontakt_text {
border: none;
float: left;
width: 254px;
height: 22px;
background: url(../images/form_bg.gif) no-repeat;
padding: 3px 6px 3px 6px;
}

input.right {
float: left;
width: auto;
clear: both;
margin-left: 65px;
margin-right: 10px;
}

input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
margin-left: 6.3em;
}

form br {
clear: both;
}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
}

input:focus, textarea:focus {
color: #000;
}

form {
line-height: 150%;
}
