/* Start of CMSMS style sheet 'darts_form' */
/* Default */
/*.contactform fieldset {padding: 1em; background-color: #fff;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: inline; width: 10em; }
.contactform div input {margin-left: 10px;}
.contactform div.required {color: #000;}*/
/* Tables */
table.contactform {
width: 100%;
border-collapse: collapse;
border-bottom: 1px solid #0066CC;
background: #eee;
}
table.contactform td {
/*width: 50%;*/
padding: 5px;
}
table.contactform td {
border-top: 1px solid #0066CC;
}
table.contactform table {
margin: 0px;
padding: 0px;
}
table.contactform table td {
padding: 2px 5px;
border: 0;
font-size: 11px;
border: 1px solid #bbb;
}
table.contactform tr td:first-child {
	width: 220px;
}
table.contactform table td:first-child {
	width: 100%;
	background: #fff;
}
/* End of 'darts_form' */

