/* Start of CMSMS style sheet 'form' */
.contactform{
	width: 100%;
}
.contactform fieldset {
	border: 1px solid #00708a;
	padding: 12px;
	color:#00708a;
	font-weight: bold;
}

.contactform fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 8px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#00708a;
	font-size:16px;
	text-align:left;
	background: #c5b486 url(uploads/bpcd/images/email_open.gif) no-repeat 2px center;
}

.contactform fieldset .CMSMStextfield label {
width: 12em;
float: left;
font-weight: bold;
text-align: left;
margin-left: 0.5em;
	color:#00708a;
display: block
}
.contactform div {
padding: 0.25em 0 0.25em 0;
}
.contactform div:hover {
	background: #c5b486;
}
.contactform .CMSMStextfield input {
	color: #00708a;
	background: #67c2de;
	border: 1px solid #333300;
	width: 250px;
}
.contactform div.required {
color: #00708a;
}
.contactform fieldset .CMSMStextarea label {
width: 12em;
float: left;
font-weight: bold;
text-align: left;
margin-left: 0.5em;
	color:#00708a;
display: block
}
.contactform .CMSMStextarea textarea {
	color: #00708a;
font-weight: bold;
	background: #67c2de;
	border: 1px solid #333300;
	width: 250px;
}
.contactform textarea:focus {
	background: #67c2de;
}
.contactform .captcha {
	padding-left: 10px;
}
.contactform .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}
.contactform .captcha input {
	color: #00708a;
	background: #67c2de;
	border: 1px solid #333300;
	width: 195px;
	margin: 5px 5px 5px 0px;
}
.contactform input:focus {
	background: #67c2de
}
.contactform .submit {
	padding-left: 10px;
}
.contactformR {
	width: 100%;
}
.contactformR fieldset {
	border: 1px solid #666666;
	padding: 12px;
	color:#00708a;
}

.contactformR fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 8px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#00708a;
	font-size:16px;
	text-align:left;
	background: #CCFF99 url(uploads/bpcd/images/email_sent.gif) no-repeat 2px center;
}
.contactformR div {
padding: 0.25em 0 0.25em 0;
}
/* End of 'form' */

