/* Start of CMSMS style sheet 'Contact Form' */
.contacttable td {
font-size: 10pt;font-weight: bold;
color: #781E36;
font-weight: bold;
padding:0px;

}
td.contactdetails {
font-size: 11pt;
background: #781E36;
color: #ffffff;padding: 20px 20px 0px 15px;
}

.contactform td {
font-size :11pt;
color: #781E36;
font-weight: bold;

}

.contactform input, .contactform textarea {
background : #C0C9B5;
border: 1px solid #C0C9B5;
padding: 2px;
width: 300px;
font-size: 9pt;
margin-bottom: 5px;
font-family: arial;
}

.contactform textarea {
height: 80px;
}

.contactform input.fbsubmit {
background: #781E36;
color: #ffffff;padding: 2px;
border: 0px;
width: 60px;
font-size :11pt;
font-weight: bold;
margin-bottom: 0px;
}
.contactform td.error input {
border: 1px red solid;
background: #FFCCCC;
}
/* End of 'Contact Form' */

