/* Start of CMSMS style sheet 'contactform' */
div.contactform {
margin:10px 25px;
}
div.contactform fieldset {
background:#E7E7E7; 
border: 1px solid #A0A0A0;
padding:10px;
}
div.contactform fieldset label {
width:100px;
display: block;
float: left;
color: #646464;
text-transform: uppercase;
font-size:10px;
}
div.contactform textarea {
width:320px;
height: 240px;
}
div.contactform .captcha {
margin:0.5em 0;
width:200px;
text-align:center;
font-size:11px;
color: #FD7C0C;
}
div.contactform .captcha img {border:1px solid #FD7C0C; margin-bottom:0.5em}
div.contactform .captcha input {width:196px; margin-top:0.5em}
div.contactform p.error_captcha {padding: 5px; font size: 11px; text-transform: uppercase; color: #FD7C0C;}
div.contactform input.searchbutton {margin-top:5px; border 2px solid #646464; font-size: 11px; text-transform: uppercase; padding: 2px 10px;}
div.contactform input {border: 1px solid #A0A0A0; backgroud:#FFF;}
div.contactform input.checkbox {border: none;}
/* End of 'contactform' */

