/* Start of CMSMS style sheet 'FormBuilder' */
.contact #col1 {
	width: 250px;
	margin-top: 35px;
overflow: visible;
margin-right: 0;
}

.contact #col2 {
	overflow: visible;
	position: relative;
	width: 640px;
	margin-top: 35px;
margin-left: -20px;

}


/* Form layout */

div.formbuilderform,
div.commentdiv.formbuilderform {
	width: 100%;
	overflow: hidden;
}

div.formbuilderform div {
	width: 320px;
	margin: 0 0 0.6em;
	overflow: hidden;
}

div.formbuilderform div.chkboxgrp {
	text-align: right;
}

div.formbuilderform div.chkboxgrp div {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
}

div.formbuilderform div.chkbox {
	margin-left: 120px;
}

div.formbuilderform div.info {
	text-align: right;
	color: #9d4c37;
}

div.formbuilderform div.txt label,
div.formbuilderform div.chkboxgrp label,
div.formbuilderform div.comments label {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}

div.formbuilderform div.chkboxgrp div label {
	display: inline;
	float: none;
	font-weight: normal;
}

div.formbuilderform div.chkbox label {
	display: inline;
	float: none;
}

div.formbuilderform div.txt input,
div.formbuilderform textarea {
	display: block;
	float: right;
	width: 200px;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
}

div.formbuilderform div.phone input {}

div.formbuilderform div.zip input {}

div.formbuilderform textarea {
	height: 100px;
	margin: 0 0 1.2em;
	font: normal 1em Helvetica, Arial, sans-serif;
}

div.formbuilderform div.captcha {
	width: 240px;
	margin: 0 0 2em 120px;
}

div.formbuilderform div.captcha img {
	display: block;
}

div.formbuilderform div.captcha input {
	width: 100px;
	padding: 2px;
	background: #fff url(uploads/images/site/bg_input.png) repeat-x top left;
	border: 1px solid #c5c5c5;
}

div.formbuilderform .required span {
	color: #9d4c37;
}

div.formbuilderform div.fb_invalid input {
	border: 1px dashed #950101 ;
}

div.formbuilderform div.errmsg {
	margin: 0 0 0 120px;
	color: #950101;
}

div.formbuilderform div.captcha div.errmsg {
	margin: 0;
}

div.formbuilderform div.submit {
	margin-left: 120px;
}

div.formbuilderform div.submit input {
	display: block;
	float: right;
	width: auto;
	color: #000;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

div.error_message {
	position: absolute;
	left: -250px;
	top: 50px;
	width: -250px;
}


/* Field-specific floats */

.type,
.name,
.address,
.address2,
.city,
.state,
.zip,
.country {
	float: left;
	clear: left;
}

.info,
.phone,
.fax,
.email,
.comments,
.submit {
	float: right;
}
/* End of 'FormBuilder' */

