fieldset{
border:none;
}
legend{
display:none;
}
form p{
width:100%;
clear:left;
padding:3px 0;
}
.contactFormClass_checkbox,form p label.description ,.contactFormGroup,.contactFormClass_radio, .contactFormClass_checkboxGroup,form p span, form p label ,form p label.noCaption{
float:left;
}
form p span, form p label ,form p label.noCaption{
width:150px;
}
form p label.noCaption{
margin-left:2px;
margin-top:2px;
}
form p label.description {
font-weight:normal;
margin:0;
padding:0;
}
.contactFormGroup{
margin:-25px 0 0 150px;
}
.contactFormClass_radio, .contactFormClass_checkboxGroup{
clear:left;
}
input[type=text], input[type=password], textarea{
width:295px;
padding:3px;
}
select{
width:303px;
}
textarea{
width:495px;
overflow:auto;
}
#contactFormError, .errorMessage{
margin:10px 0 0 0;
}
.is_required, #contactFormError, .errorMessage, .message_error{
color:#86b6db;
font-weight:bold;
margin-bottom:10px;
}
input[type=text], input[type=password], select, textarea{
font-family:Arial;
color:#ffffff;
background:#174b73;
border:#174d77 1px solid;
border-bottom:#1a598c 1px solid;
border-right:#1a598c 1px solid;
}
input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus{
background:#174b73;
}
/*BUTTONS*/
input[type=submit]{
margin:4px 0 0 150px;
height:23px;
cursor:pointer;
font-weight:bold;
color:#ffffff;
background:#174b73;
border:#1a598c 1px solid;
border-bottom:#174d77 1px solid;
border-right:#174d77 1px solid;
}
input[type=submit]:hover, input[type=submit]:focus{
background:#174b73;
}
/*SUCHE*/
#tmpsuche{
margin:60px 0 0 21px;
}
#tmpsuche input[type=text],#tmpsuche input[type=text]:hover{
float:left;
padding:4px 4px;
margin:0;
width:120px;
border:none;
font-size:13px;
color:#9b9b9b;
background:url(../img/tmpsuche.gif) repeat-x bottom;
border:#fdfdfd 1px solid;
border-bottom:#e5e5e5 1px solid;
border-right:#fdfdfd 1px solid;
}
#tmpsuche input[type=text]:hover, #tmpsucheinput[type=text]:focus,#tmpsuche input[type=text]:active{
color:#1c6094;
background:url(../img/tmpsuche.gif) repeat-x bottom;
border:#fdfdfd 1px solid;
border-bottom:#e5e5e5 1px solid;
border-right:#fdfdfd 1px solid;
}
#tmpsuche input[type=submit],#tmpsuche input[type=submit]:hover, #tmpsucheinput[type=submit]:focus{
float:left;
padding:4px 4px;
margin:0 0 0 5px;
width:35px;
height:26px;
color:#9b9b9b;
background:url(../img/tmpsuche.gif) repeat-x bottom;
border:#fdfdfd 1px solid;
border-bottom:#e5e5e5 1px solid;
border-right:#fdfdfd 1px solid;
}
#tmpsuche input[type=submit]:hover, #tmpsucheinput[type=submit]:focus{
color:#1c6094;
background:url(../img/tmpsuche.gif) repeat-x bottom;
border:#fdfdfd 1px solid;
border-bottom:#e5e5e5 1px solid;
border-right:#fdfdfd 1px solid;
}