/* Start of CMSMS style sheet 'CMSMSForm' */
.contactform{
	width: 100%;
}
.contactform fieldset {
 display:none
}

.contactform fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#006600;
	font-size:16px;
	text-align:right;
}

.contactform fieldset .CMSMStextfield label {
width: 12em;
float: left;
text-align: right;
margin-right: 1em;
display: block;
color:#330066;
font-weight:bold;
}
.contactform div {
padding: 0.25em 0 0.25em 0;
}
.contactform div:hover {
	background-color: #CCCCCC;
}
.contactform input {
	border: 1px solid #ccc;
	padding:2px;
	width: 250px;
}

.contactform .CMSMStextfield input {
	color: #000000;
	border: 1px solid #ccc;
	padding:2px;
	width: 250px;
}
.contactform div.required {
color: #CC0000;
}
.contactform fieldset .CMSMStextarea label {
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.contactform .CMSMStextarea textarea {
	color: #000000;
	border: 1px solid #ccc;
	width: 250px;
}
.contactform textarea:focus {
	background: #FFFFFF;
}
.contactform .captcha {
	padding-left: 10px;
}
.contactform .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}
.contactform .captcha input {
	color: #000000;
	background: #FFFFCC;
	border: 1px solid #333300;
	width: 195px;
	margin: 5px 5px 5px 0px;
}
.contactform input:focus {
	background: #FFFFFF;
}
.contactform .submit {
	padding-left: 10px;
}
.contactformR {
	width: 100%;
}
.contactformR fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.contactformR fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#006600;
	font-size:16px;
	text-align:right;
	background: #CCFF99 url(/images/cms/email_sent.gif) no-repeat 2px center;
}
.contactformR div {
padding: 0.25em 0 0.25em 0;
}

.col1, .col1chk {
	text-align: right;
	width: 135px;
	margin: 0;
	float: left;
	margin-right: 10px;
clear:both;
}

.col2, .col2chk {

	display: block;
	float: left;
	margin: 0;
}

.col1chk {margin-top:10px;width: 135px;margin-right:15px}
.col2chk {width:250px;margin-top:10px}
div.row {
	clear: both;
min-height:31px;

}

.submit{margin:20px 0 0 150px}

.input {
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 4px 0 5px 8px;
	padding: 1px;
}

.textarea {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 4px 0 5px 8px;
}

.footnote{clear:both; margin-left:150px; font-size:0.85em; width:350px; margin-top:30px;}
div.error_message{ color:#c10000;}
.thankyou{color:#006100}
div.row .captcha{margin:10px 0 0 150px;}

/* End of 'CMSMSForm' */

