/* Sample FormBuilder CSS base */
form {
	margin-top:0;
	width: 450px;
	}	
	
form, td, th, li {
	font-size: 90%;
	}
	
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 {
	padding:0.5em;	
	border: none;
	}
label	{
	width:auto;
	}
	
legend {
	display: none;
}

textarea {
	margin: 0.5em 0;
	width:400px;
	height: 60px;
	}

/* 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-left:1.7em;
	}
	
.captcha img {
	border: 1px solid #C17E0F;
	margin: 0.5em 0 0.5em 0;
	}
	
.captcha input, .contactform input {
	width: 200px;
	border: 1px solid #C17E0F;
	background-color: #ffc;
	}

.contactform {
	width:450px;
	}
	
.contactform input.checkbox {
	border: none;
	}
	
.contactform input.small_check {
	border: none;
	background-color: #E7A500;
	width: 20px;
	}
	
.contactform input.small_input {
	width: 40px;
	}	

.contactform label {
	display: block;
	float: left;
	width: 200px;
	}
	
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
	}
	
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #C17E0F;
	}
	
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


/* Just a bit more room for the Submit button */
.submit input{
	width: 150px;
	border: 1px outset #C17E0F;
    background: #B87A1A;
	color: #ffc;
	margin-left:1.7em;
}
.submit input:hover {
	width: 150px;
	border: 1px inset #C17E0F;
	background: #E7A500;
	color: #B87A1A;
	margin-left:1.7em;
	}
