/*---------------------------------------------------------*/
/*-- Form Styles ------------------------------------------*/
/*---------------------------------------------------------*/

form#contact_form input {
	width:320px;
}

form#contact_form select {
	width:326px;
}

.form_wrapper {
	margin:0 0 12px;
}

.form_row {
	margin:0 0 12px;
}

.form_row input{
	background:#FFF;
	width:390px;
	padding:3px 2px;
	border:1px solid #a5a5a5;
	color:#535B5F;
}

.form_row select{
	background:#FFF;
	border:1px solid #a5a5a5;
	width:396px;
	padding:2px;
	color:#535B5F;
}

.form_row textarea{
	background:#FFF;
	border:1px solid #a5a5a5;
	width:390px;
	height:140px;
	padding:3px 2px;
	color:#535B5F;
	font-family:Arial,Helvetica,sans-serif;
}

.form_row input.checkbox {
	width:13px!important;
	height:13px;
	margin-top:5px;
	float:left;
	background:#ffffff;
	border:none;
}

.form_row.invalid_row label {
	color:#990000;
	font-weight:bold;
}

.form_row.invalid_row input, .form_row.invalid_row select, .form_row.invalid_row textarea {
	border:1px solid #990000;
}

.form_row label {
	display:block;
	float:left;
	width:115px;
	margin-top:3px;
	padding-right:5px;
	font-weight:bold;
	text-align:right;
}

.form_row label span {
	color:#C33;
}

.form_detail {
	float:left;
	width:396px;
}

.form_row.no_label .form_detail{
	margin-left:120px;
	display:inline;
}

.form_row.checkbox_list input{
	width:20px;
	border:0 none;
}

.form_row.checkbox_list .form_detail label {
	width:115px;
	margin:2px 10px 8px 0;
	display:inline;
	font-size:11px;
}

.form_row.single_checkbox input{
	width:20px;
	border:0 none;
}

.form_row.single_checkbox .form_detail label {
	width:170px;
	margin:3px 10px 1px 0;
	display:inline;
	font-size:11px;
}

.form_detail.button_detail {
	margin-left:120px;
	text-align:right;
	display:inline;
}

button {
	background:#7c6a56;
	border:1px solid #a5a5a5;
	cursor:pointer;
	overflow:visible;
	width:auto;
	position: relative;	
	padding:0 13px 0 0;
}

button::-moz-focus-inner {
	border:none;  /* overrides extra padding in Firefox */
}

button span {
	background:#7c6a56;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	display:block;
	position:relative;
	white-space:nowrap;
	font-size:11px;
	padding:6px 0 2px 13px;
	text-align:center;
	text-transform:uppercase;
	height:15px;
	line-height:10px;
	margin:0;
}


/*---------------------------------------------------------*/
/*-- SITE SPECIFIC ----------------------------------------*/
/*---------------------------------------------------------*/




