form#freeform {

	font-family: Helvetica, Calibri, Arial, Geneva, sans-serif;
	/* width: 470px; */

	padding-bottom: 20px;
}

form#freeform legend {
	display: none;
}

form#freeform input, form#freeform textarea {
	font-family: Helvetica, Calibri, Arial, Geneva, sans-serif;
	font-size: 12px;
	padding: 13px 5px 12px 7px;
	overflow: auto;
  	border: none;
}

form#freeform label {
	width: 105px;
	float: left;
	padding-top: 15px;
}

form#freeform input {
	width: 328px;
	background: url(../_img/bg-quoteform.gif) no-repeat center;
	border: none;
}

form#freeform textarea {
	width: 328px;
	background: url(../_img/bg-quoteform-message.gif) no-repeat top left;
	padding: 5px 5px 5px 7px;
	border: none;
	height: 126px;
	margin-top: 3px;
}

form#freeform button {
	margin-left: 105px;
	width: 340px;
	border: none;
	padding-top: 12px;
	padding-bottom: 12px;
	background: url(../_img/bg-button-send.gif) no-repeat top ;
	cursor: pointer;
}

div.quote_form form#freeform button {
	background: url(../_img/bg-quote-form-button-send) no-repeat top right;
	cursor: pointer;
	width: 189px;
}

/* xxx  */


/* global form styles */



div.grid_12.form {
	 background-color: #DBDCDC;
	margin-bottom: 50px;
}

div.contactform form#freeform {
	padding-left: 0;
	margin: 10px 0 10px 10px;
	padding-top: 0;
}

div.contactform form#freeform {
	background-color: #DBDCDC;
}

div.contactform form#freeform fieldset, div.quote_form form#freeform fieldset {
	padding: 12px 0 12px 0;
}

form#freeform div.field {
	padding: 5px 0 5px 0;
	margin-bottom: 1px;

}

form#freeform div.field.error {
	padding: 5px 0 5px 0;
	margin-bottom: 1px;
}

form#freeform div.field label {
	color: #6f797d;
}

form#freeform div.field.error label {
	color: #961015;
	font-weight: bold;
}

form#freeform button {
	margin-left: 108px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

form#freeform input, form#freeform textarea {
	padding: 14px 5px 9px 12px;
	overflow: auto;
  	border: none;
  	resize: none;
}

form#freeform input {
	padding: 14px 5px 9px 12px;
}

form#freeform textarea {
	padding: 18px 5px 9px 12px;
}

div.field.error input {
	padding: 14px 5px 9px 12px;
}

form#freeform textarea {
	line-height: 1.4em;
}

form#freeform {
	margin-top: 0;
}

p#RegisterErrors {
	display:none;
}
	
p#RegisterErrors {
	color: #961015;
}


div.forminstructions {
	padding-top: 30px;
}

div.forminstructions p {
	margin-bottom: 10px;
	color: #6f797d;
	padding-right: 40px;
}

/* backgrounds */

div.contactform form#freeform div.field input {
	width: 330px;
	height: 17px;
	background: url(http://bc-partners.net/_assets/_img/new-bg-quoteform.gif) no-repeat top left;
	border: none;
}

div.contactform form#freeform div.field input:focus {
	background: url(http://bc-partners.net/_assets/_img/new-bg-quoteform.gif) no-repeat 0 -39px;
}

div.contactform form#freeform div.field.error input {
	background: url(http://bc-partners.net/_assets/_img/new-bg-quoteform.gif) no-repeat -346px 0;
}

div.contactform form#freeform div.field.error input:focus {
	background: url(http://bc-partners.net/_assets/_img/new-bg-quoteform.gif) no-repeat -346px -39px;
}

div.contactform form#freeform div.field textarea {
	background: url(http://bc-partners.net/_assets/_img/new-bg-form-message.gif) no-repeat left -3px;
	width: 328px;
	height: 123px
}

div.contactform form#freeform div.field textarea:focus {
	background: url(http://bc-partners.net/_assets/_img/new-bg-form-message.gif) no-repeat 0 -159px;
}

div.contactform form#freeform div.field.error textarea {
	background: url(http://bc-partners.net/_assets/_img/new-bg-form-message.gif) no-repeat -346px -3px;
}

div.contactform form#freeform div.field.error textarea:focus {
	background: url(http://bc-partners.net/_assets/_img/new-bg-form-message.gif) no-repeat -346px -159px;

}




/* 

quote form

*/


div.quote_form form#freeform div.field input {
	height: 17px;
	width: 178px;
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form.gif) no-repeat top left;
	border: none;
}

div.quote_form form#freeform div.field.captcha input {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form.gif) no-repeat 0 -78px;
}

div.quote_form form#freeform div.field input:focus {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form.gif) no-repeat 0 -39px;
}

div.quote_form form#freeform div.field.error input {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form.gif) no-repeat -195px 0;
}

div.quote_form form#freeform div.field.error input:focus {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form.gif) no-repeat -195px -39px;
}



div.quote_form form#freeform div.field textarea {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form-textarea.gif) no-repeat left -3px;
	width: 530px;
	height: 123px;

}

div.quote_form form#freeform div.field textarea:focus {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form-textarea.gif) no-repeat 0 -159px;
}

div.quote_form form#freeform div.field.error textarea {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form-textarea.gif) no-repeat -550px -3px;
}

div.quote_form form#freeform div.field.error textarea:focus {
	background: url(http://bc-partners.net/_assets/_img/bg-quote-form-textarea.gif) no-repeat -550px -159px;

}

div.quote_form form#freeform button {
	margin-left: 0;
	margin-right: 48px;
}

div.quote_form form#freeform div.field.message {

}

div.quote_form form#freeform div.field {
	/* background-color: aqua; */
}


div.cancel {
	padding-top: 14px;
}



div.cancel a {
	text-decoration: underline;
}

div.grid_12.form.quote_form {
	border: none;
	margin-bottom: 0;
	margin-left: 0;
}

div.container_16.quote_form h2 {
	font-size: 18px;
	font-weight: normal;
}

div.container_16.quote_form, body.quote_form {
	background-color: #dbdcdc;
	background-image: none;
}

div.container_16.quote_form {
	padding-top: 20px;
	padding-bottom: 30px;
}

div.quote_form form#freeform fieldset {
	background: url(../_img/fieldset-divider.gif) no-repeat left bottom;
}

div.quote_form form#freeform fieldset.last {
	background: none;
}

div.contactform h2 {
	background-color: #6f797d;
	padding: 10px;
	color: #f0f1f1;
	font-weight: normal;
	font-size: 16px;
}
