/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */
form {
margin-top: -12px;
background-color: #fff;
border: 2px solid #e6e0db;
}

form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
form a {padding: 0px;}
fieldset div {
	margin: 5px 0 0 5px;
}
fieldset div div {
	margin-top:0.5em;
	margin-left: 0;
border: 0px;
}

fieldset {
border: 0px;
}

fieldset {
margin-left: 5px;	
margin-bottom:1em;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#FFF;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
}
textarea {
	margin: 0.5em 0;
	width: 400px;
	height: 200px;
border: 1px solid #e6e0db;
}

/* 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 */
.captcha {
	margin: 0 0 0 5px;
	width:400px;
	text-align: left;
        font-weight: bold;
	color: #323232;
}
.captcha img {border:1px solid #e6e0db; margin: 5px 0 0 0;}
.captcha input {width:178px; margin: 2px 0 0 5px;}
.captcha label {margin: 5px;}

/* Just a bit more room for the Submit button */
.submit {margin: 15px 0 5px 10px;}

.contactform input {border: 1px solid #e6e0db;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	width: 450px;
        font-weight: bold;
	color: #323232;
margin-bottom: 0px;
}

.contactform a {padding: 0px; margin: 0px; display: inline;}
.contactform label.label {
	display: inline;
	width: 50px;
	font-size: 10px;
        font-weight: normal;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #e6e0db;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'FormBuilder Default Style' */

