/* Start of CMSMS style sheet 'Module: Form' */
/* Contact forms */


fieldset {
border: 1px solid #EBEBEC;
width: 475px;
margin: 0 auto;
padding:15px;
}

legend {
color: #ccc;
font-size:1.3em;
margin: 8px 10px;
padding: 2px 10px;
}


div#main-content .contactform {
padding-left:55px;
}

div#main-content input {
color: #781351;
background: #EBEBEC;
border: 1px solid #888;
width: 30em;
margin:5px 0 5px 0;
}


div#main-content .submit input {
color: #fff;
padding: 3px 4px;
background: #01497B;
border: 1px outset #d7b9c9;
margin-top:20px;
} 

div#main-content select {
color: #01497B;
background: #EBEBEC;
border: 1px solid #888;
width: 30em;
margin:5px 0 5px 0;
}

div#main-content textarea {
   width: 31em;
   height:6em;
   background: #EBEBEC;
   margin-bottom:15px;
   border: 1px solid #d7b9c9;
   font-size:13px;
}

div#main-content .checkboxes input {
   width:15px;
   height:15px;
   margin-bottom:3px;
   font-size:13px;
/* End of 'Module: Form' */

