/* Start of CMSMS style sheet 'surveyforms' */
fieldset {
	margin-bottom:2em;
	border:1px solid #F60;
	padding:1.5em
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

.submit {margin-top:0.5em}

.contactform input[type=text]{border: 1px solid #f60;}


.contactform textarea {
                width: 75%;
                height: 6em;
	background-color: #ffc;
	border: 1px solid #f60;
}
.contactform label b {
margin-top:10px;
display:block;

}
.contactform label{
line-height: 18px;

}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'surveyforms' */

