/* Start of CMSMS style sheet 'Form Styles' */
.contactform .file {
  text-size:12px;
}
.contactform{
	width: 100%;
}
.contactform fieldset {
	border:1px solid #888;
	padding:12px;
	margin:10px;
}

.contactform fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#000;
	font-size:16px;
	text-align:right;
	background: #ccc url(/images/cms/email_open.gif) no-repeat 2px center;
}

.contactform fieldset .CMSMStextfield label {
width:12em;
float:left;
text-align:right;
margin-right:0.5em;
display:block
}
.contactform div {
padding: 0.25em 0 0.25em 0;
}
.contactform div:hover {
	background: #ffc;
}
.contactform .CMSMStextfield input {
	color: #000000;
	background: #eee;
	border: 1px solid #333300;
	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;
	background: #eee;
	border: 1px solid #333300;
	width: 250px;
}
.contactform textarea:focus {
	background: #FFF;
}
.contactform .captcha {
	padding-left: 10px;
}
.contactform .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}
.contactform .captcha input {
	color: #000000;
	background: #eee;
	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 #666;
	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;
}
/* style the file upload field text on Contact Us */
#m3fbrp__18 {font-size:12px;color:#777;}
/* End of 'Form Styles' */

