/* Stylesheet: FormBuilder Default Style Modified On 2012-04-23 09:54:05 */
/* Sample FormBuilder CSS base */

.cms_form {font-family: 'Muli', Arial, Helvetica, sans-serif !important; font-size: 13px;}
.field input {width: 400px; padding: 7px; border:0px; font-size: 13px; color:#333; border: 1px solid #ccc; margin-bottom: 10px; font-family: 'Muli', Arial, Helvetica, sans-serif !important;}
.field textarea {width: 400px; padding: 7px; border:0px; font-size: 13px; color:#333; border: 1px solid #ccc; margin-bottom: 10px; font-family: 'Muli', Arial, Helvetica, sans-serif;}

.submit {background: #1c1819; padding: 5px; font-size: 14px; color:#fff; border:0px;}
.submit:hover {background: #292627;}

.fbsubmit {background: #1b336a; display: block;
     width: 100px; height:34px; border:0px; font-family: 'GothamBold', Arial, Helvetica, sans-serif; color:#fff !important; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;}


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:20px;
	border:none;
	border-top:0px solid #ccc;
}
fieldset label {
	float:left;
	width:150px;
	padding:0 1em;
	text-align:right;}

legend {
	margin:1em;
	padding:0px 0 15px 0;
	color:#036;
	background:transparent;
	font-size:14px;
	font-weight:lighter;
}


fieldset div input, fieldset div textarea {
	width:300px;
	background: #c1e3ee;
	padding:10px;
	color:#333; border: 0px;
}

select {font-size: 12px; color: #878686;}

textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em; font-family: Arial, color: #333;
}

/* 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}

/* 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:left; padding-left: 185px;
}
.captcha img {border:1px solid #cccccc; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em; border-top:1px solid #878686;
	border-left:1px solid #878686;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
	color:#333;
}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {border: 1px solid #f60;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


.submit {padding-left: 185px; margin-top: 10px;}
.submit input {padding: 5px; font-size: 16px; font-family: 'Open Sans', sans-serif; color: #ffffff; cursor: hand; background-color: #007da0; border:0px;}

.error_message {border: 1px solid #dedddd; background-color: #ecf0f4; padding: 10px; color: #25578a; font-size: 14px;}