/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	visibility: hidden;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* 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.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}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {
	border: 3px solid #f0f0f0;
	width: 380px;
	height: 20px;
	padding: 10px 10px 0 10px;
}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	width: 150px;
	padding-right: 10px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 1.2em;
	font-weight: bold;
}
.contactform textarea {
	width: 380px;
	height: 180px;
	border: 3px solid #f0f0f0;
	font: normal 1.2em Helvetica, Arial, sans-serif;
	padding: 10px
}

.contactform input:focus, .contactform textarea:focus {
	background-color: #EFF7FF;
	border-color: #1A1A1A;
}

input.fbsubmit {
	float: right;
	width: 100px;
	height: 40px;
	color: #fff;
	line-height: 1.2em;
	background-color: #366AA0;
	padding: 5px;
	margin-right: 45px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'FormBuilder Default Style' */

