/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */

.contactform {width: 100%;}

.contactform fieldset {border: 1px solid #3BAD3B; padding: 15px;}

.contactform fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
            margin-bottom: 10px;
	border:1px solid #3BAD3B;
	color: #294B5F;
	font-size:16px;
	text-align:right;
	background: url(images/cms/email_open.gif) no-repeat 2px center;}

.contactform fieldset label {
width: 8.6em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block}

.contactform div {padding: 0.25em 0 0.25em 0;}

.contactform div:hover {background: #95EF95;}

.contactform input {
	color: #294B5F;
	background: #E7F7E7;
	border: 1px solid #3BAD3B;
	width: 150px;}

.contactform input.checkbox {border: none;}

.contactform input.focus {background: #FFFFFF;}

.contactform div.required {color: #CC0000;}

.contactform textarea {
	color: #294B5F;
	background: #E7F7E7;
	border: 1px solid #3BAD3B;
	width: 99%;}

.contactform textarea:focus {background: #FFFFFF;}

.contactform .submit {padding-left: 0px; margin-top:0.9em}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;}



/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}


/* Pretty up your Captcha image output */
div .captcha {
	margin: 0.3em 0;
	width:160px;
	font-size:8px;
	text-align:left;
border:0px solid #4682B4; margin-bottom:0.2em}

div .captcha input {width:147px; margin-top:0.3em}


/* Pretty up your site after submission */

.contactformR {width: 100%;}

.contactformR fieldset {
	border: 1px solid #3BAD3B;
	padding: 12px;}

.contactformR fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	border:1px solid #3BAD3B;
	color: #294B5F;
	font-size:16px;
	text-align:right;
	background: url(images/cms/email_sent.gif) no-repeat 2px center;}

.contactformR div {padding: 0.25em 0 0.25em 0;}
/* End of 'FormBuilder Default Style' */

