/* 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 #F60;*/
	padding:0.5em
}
fieldset label {
	display:block;
	float:left;
	width:150px;
}
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:98%;*/
	height: 6em;
	outline:none;
}

input {
	outline:none;
}	


/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0 0 100px;
	text-align:left
}
.captcha img {border:1px solid #666; margin-bottom:0.5em; width:240px;}
.captcha input {width:240px; margin-top:0.5em; height:22px;}




/* TESTIMONIALS FORM */

.testimonialsform label {
	display: block;
	float: left;
	width: 100px;
}

.testimonialsform textarea {
	height: 120px;
	width:240px;
	border:1px solid #666;
	font-weight:normal;
	margin: 0.1em 0;
}

.testimonialsform input {
	height: 22px;
	width:240px;
	border:1px solid #666;
	margin: 0.1em 0;
	font-weight:normal;
}

.testimonialsform .captcha {
	margin:0.5em 0 0 100px;
	text-align:left
}
.testimonialsform .captcha img {
	border:1px solid #666;
	margin-bottom:0.5em;
	width:240px;
}

.testimonialsform .captcha input {
	width:240px;
	margin-top:0.5em;
	height:22px;
}

.testimonialsform .submit {
	margin-top:0.5em;
}

.testimonialsform .submit input {
	margin:0 0 0 100px;
	width:73px;
	height:27px;
}

.error_message {
	font-size:14px;
	color:#c30;
	margin-bottom:1.5em;
	margin-left:100px;
}

.formbuilderform label,
.nmsform label,
.remotesupportform label {
	display: block;
	float: left;
	width: 150px;
}

.nmsform label {
	width: 60px;
	padding:6px 0 0 0;
}

.remotesupportform label {
	width: 160px;
	padding:6px 0 0 0;
}


.buybackform label {
	width: 140px;
}

.formbuilderform textarea {
	height: 120px;
	width:240px;
	border:1px solid #666;
	font-weight:normal;
	margin: 0.1em 0;
}


.formbuilderform input,
.nmsform input,
.remotesupportform input {
	height: 22px;
	width:240px;
	border:1px solid #666;
	margin: 0.1em 0;
	font-weight:normal;
}

.formbuilderform select {
	height: 22px;
	width:242px;
	margin: 0.1em 0;
}

.file-upload-text {
	margin: 0.1em 0 0.1em 140px;
}

.formbuilderform .captcha,
.nmsform .captcha {
	margin:0.5em 0 0 160px;
	text-align:left
}

.nmsform .captcha {
	margin:0.5em 0 0 60px;
}

.buybackform .captcha {
	margin:0.5em 0 0 140px;
}

.formbuilderform .captcha img,
.nmsform .captcha img {
	border:1px solid #666;
	margin-bottom:0.5em;
	width:240px;
}

.formbuilderform .captcha input {
	width:240px;
	margin-top:0.5em;
	height:22px;
}

.formbuilderform .submit,
.nmsform .submit,
.remotesupportform .submit {
	margin-top:0.5em;
}

.formbuilderform .submit input,
.nmsform .submit input {
	margin:0 0 0 160px;
	width:73px;
	height:27px;
}

.nmsform .submit input {
	margin:0 0 0 60px;
}

.remotesupportform .submit input {
	margin:0 0 0 160px;
	width:242px;
	height:27px;
	background:#c30;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}


.buybackform .submit input {
	margin:0 0 0 140px;
}

.formbuilderform .error_message,
.nmsform .error_message {
	font-size:13px;
	color:#c30;
	margin-bottom:0.5em;
	margin-left:160px;
	line-height:1.3em;
}

.buybackform .error_message {
	margin-left:170px;
}



/* 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}



/* 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}

.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;
}

.hidden {
	display:none;
}


/* Just a bit more room for the Submit button */
	

.asterisk {
	color:#c30;
}


.submit #submitbutt {
	border:0;
}