/* Start of CMSMS style sheet 'Kontaktformular' */
/* ******************** */
/* KONTAKTFORMULAR           */
/* ******************** */

.contactform fieldset {
padding: 0.5em; 
background-color: #fff; 
border: 0px; 
} 

.contactform fieldset legend { 
font-weight: bold; 
font-family: Verdana, Arial, sans-serif; 
font-size: medium; 
color: #000066; 

} 

.contactform div { 
width: 100%; padding: 0.25em 0 0.25em 0; }

.contactform div label { display: block; width: 10em;  }

.contactform div.required {color: #000066;} 

.submit input{ 
background-color: #CCCCCC; 
font-family: Verdana, Arial, sans-serif; 
color: #000066; 
padding:2px; 
padding-left:20px; 
background: #CCCCCC url('uploads/icons/gion/email.png') no-repeat;
text-align:left;
border: 1px solid #006;
}
/* End of 'Kontaktformular' */

