/* 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 grey;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	font-style: bold;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	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 grey;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}

.contactform div {
margin-bottom: 10px;
}

.contactform input, 
.contactform textarea, 
.contactform select, 
.contactform legend {
background-color: #efefef;
border: 1px solid transparent;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
transition: border linear .2s,box-shadow linear .2s;
display: inline-block;
padding: 4px 6px;
font-size: 12px;
line-height: 15px;
color: #000;
border-radius: 12px;
vertical-align: middle;
}

.contactform legend {
font-weight: bold;
font-size: larger;
}

.contactform input[type="submit"] {
font-size: larger;
padding: 15px 15px;
vertical-align: middle;
background-color: #0573b1;
color: white;
}

/* Just a bit more room for the Submit button */
.submit {

}
.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:focus, input:focus, select:focus {
        background-color: #cce6ff;
}

.error_message {
color: red;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* Stylesheet: FormBuilder Default Style Modified On 2016-03-28 11:13:19 */
