/* Start of CMSMS style sheet 'form' */
/* Start of CMSMS style sheet 'form' */
.contactform {
	width: 99%;
}
.contactform fieldset {
	border: none;
	padding: 12px;
}
.contactform fieldset.contact {
	border: 3px double #cecece;
	padding: 12px;
}
.contactform legend {
	font-weight: bold;
	padding: 5px 15px 5px 5px;
	margin-bottom: 10px;
	color: #595959;
	font-size: 16px;
	text-align: right;
}
.contactform fieldset .left .label {
	width: 13em;
	float: right;
	text-align: right;
	margin: -17px 40px 0px 0px;
	display: inline
}
.contactform .left label {
	width: 12em;
	float: none;
	text-align: right;
	margin-right: 0.5em;
        margin-left: 10px;
	display: inline;
}
.contactform .left {
        margin-bottom: 5px;
	padding: 0em 0 0em 14px;
	display: block;
}
.contactform div {
	padding: 0.25em 0 0.25em 0;
}
.left input.checkbox {
        ;
        margin-right:5px;
        margin-top:5px;
        width:25px
}
.contactform div:hover {
}
.contactform div .red {
	color: #CC0000;
}
.contactform div.req {
        padding-left:160px
}
.contactform select {
        padding:0;
}
.contactform label, .leftstate label, .textarea label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.contactform  textarea {
	color: #000000;
	border: 1px solid #595959;
	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: #f2f2f2;
	border: 3px double #cecece;
	width: 195px;
	margin: 5px 5px 5px 0px;
}
.contactform input:focus {
	background: #FFFFFF;
}
.contactform .submit {
	padding-left: 10px;
}
/* End of 'form' */


/* End of 'form' */

