/* Start of CMSMS style sheet 'CEDARS - Contact Form Styles' */
table.contactform {
   background: url(images/site/shader.jpg) no-repeat;
   border: 1px solid #01235d;
   padding: 0px 10px 10px 10px;
   color: #01235d;
   width: 100%;
   line-height: 140%;
}

table.contactform td {
   padding-left: 0.5em;
}

td.required {
   font-weight: bold;
   color: #8a6700; /* Sand */
   padding-top: 0.6em;
}

table.contactform tr {
   display: block;
}
/* End of 'CEDARS - Contact Form Styles' */

