/* Start of CMSMS style sheet 'Contactform' */
/* Sample FormBuilder CSS base */
#cntnt01moduleform_2 {width: 500px; margin: 0 auto}
form, td, th { color: #333; font-size: 12px; font-family:Verdana,Arial,Helvetica,sans-serif;  padding-bottom: 3px}
form div {margin-bottom:0}

#cntnt01moduleform_2 form, table, td {padding: 5px;}

.contactform fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
.contactform fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
.contactform fieldset {
	margin-bottom:1em;
	padding:0.5em
	border:1px solid #F60;
}
.contactform fieldset label {
	width:auto;
}
.contactform legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:12px;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
.contactform textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

.contactform input {}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 12px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.required {
background:none repeat scroll 0 0 #ebebeb;
}

.error_message li {
color: #ff0000;
}
/* End of 'Contactform' */

