/* 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}

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 img {border:1px solid #000; margin-bottom:0.5em; margin-top:1em;}
.captcha input {width:196px; margin-top:0.5em;}

/* Just a bit more room for the Submit button */
.submit {margin-top:1em}

.hidden {
visibility: hidden
}
.error_message {
color: red;
}
.radio_input div{
padding:0; 
margin:0; 
text-align:left; 
display:inline;
}
.radio_input label for{
	display: inline;
	float: left;
	width: 150px;
                margin-top:0.5em;
}
.contactform input.radio{border: none; margin-top:0.5em;}
.contactform input {border: 1px solid #000; margin-top:0.5em;}
.contactform select {border: 1px solid #000; margin-top:0.5em;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: inline;
	float: left;
	width: 150px;
                margin-top:0.5em;
}
.dropquestions select {border: 1px solid #000; margin-top:0.5em;}
.dropquestions label {
	display: inline;
	float: left;
	width: 80%;
                margin-top:0.5em;
}
.newline label {
	display: inline;
	float: left;
                width: 100%;
                margin-top:0.5em;
}
.contactform label.label {
	display: inline;
	float: left;
	width: 150px;
                margin-top:0.5em;	
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #000;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'FormBuilder Default Style' */

