/* Start of CMSMS style sheet 'form' */
.contactform {
	width: 99%;
        clear:both;
}
.contactform fieldset {
	border: 3px double #cecece;
	padding: 12px;
}
.contactform fieldset legend {
	font-weight: bold;
	padding: 5px 15px 10px 5px;
	margin-bottom: 10px;
	border: 3px double #cecece;
	color: #595959;
	font-size: 16px;
	text-align: right;
	background: #f3f3f3 url(/images/cms/email_open.gif) no-repeat 2px center;
}
.contactform fieldset .css label {
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.contactform div {
	padding: 0.25em 0 0.25em 0;
}
.css.chek input.checkbox {
        float:right;
        margin-right:455px;
        margin-top:5px;
        width:25px
}
.contactform div:hover {
	background: #f8f8f8;
}
.contactform .css input {
	color: #000000;
	background: #f8f8f8;
	border: 3px double #cecece;
	width: 250px;
}
.contactform div .red {
	color: #CC0000;
}
.contactform div.req {
        padding-left:189px
}
.contactform fieldset .csstext label {
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.contactform .csstext textarea {
	color: #000000;
	background: #f8f8f8;
	border: 3px double #cecece;
	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;
}
div.submit input {
	border: 3px double #cecece;
	background-color: #f3f3f3;
}
/* End of 'form' */

