/* Start of CMSMS style sheet 'FormBuilder Default Style' */
form {margin-top:0}

form, td, th, li { font-size: 100%}

form div {margin-bottom:0}

fieldset div {
	margin-bottom:0.5em;
	margin-left:0.5em;
}

fieldset div div {
	margin-top:0.5em;
	margin-left:0em
}

fieldset {
	margin-bottom:1em;
	border:0px solid #F60;
	padding:0em
}

fieldset label {
	width:auto;
}

legend {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
	text-decoration: none;
	vertical-align: middle;
}

textarea {
}

/* 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 {
	width: 200px;
        margin-top:2em;
	text-align: left;
}

.captcha img {
        border:1px solid; 
        margin-top:1em;
        margin-left: 240px;
        margin-bottom:0.5em;
}

.captcha input {
        width:196px; 
        margin-top:-2.5em;
        margin-bottom:1.5em;
        margin-left: 240px;
}

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

.contactform input {}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 230px; 
}

.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}

.contactform textarea {
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'FormBuilder Default Style' */

