/* Sample FormBuilder CSS base */
form {
	margin-top: 0

form a {color:#fff;}
}
form, td, th, li {
	font-size: 100%; 
}
input, fieldset {}
formbuilderform a, a:visited, a:hover {color:#000;}

input {
font-size: 12px;
border: 1px solid grey;
background-color: #fff;
height: 27px;
width:85%;
padding: 3px; 
}

input[type="text"]{color:#000; }
input[type="email"]{color:#000; }


.cms_textarea{color:#000;width:85%; }

input[type="checkbox"]{ width:13px; height:13px;color:#000; }

input[type="checkbox"]a{ width:13px; height:13px;color:#000; }

input[type="submit"]{background-color: #808080; width:85%; height:40px; border-radius:3%!important; font-size:16px; font-family: 'Montserrat', sans-serif; letter-spacing: 1px;
color: #fff;}

input[type="submit"]:hover {background-color:#696767;}

.error_message {color:red;}

label td { color:red; height:20px;}



tr {max-width:500px; height:30px; padding-top:10px;}
form div {
	margin-bottom: 0; width:300px; 
}

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: 100%;
}
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
}
textarea {
	margin: 0.5em 0; 
	width: 100%;
	height: 6em;
}
/* Apply this class to text/select input fields with shorter labelsto 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: 1em; 
}
.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;
}

.bottom {vertical-align: bottom; }
/* Stylesheet: FormBuilder Default Style Modified On 2016-10-16 11:22:36 */
