@charset "utf-8";
/* CSS Document */

#sub_main {
	background: url(../images/sub_main_bg2.png) repeat-y;

}

#sub_left_contact {
	background: url(../images/exclusives_bg2.png) no-repeat 0px 0px;
	height: 274px;
	width: 235px;
	float: left;
	border-bottom: 6px solid #fff;
}
#sub_left_contact fieldset {
	margin: 144px 0px 0px;
	width: 235px;
	float: left;
}
#sub_left_contact label {
	width: 219px;
	float: left;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	margin: 6px 0px 0px 7px;
}
#sub_left_contact input.textfield {
	float: left;
	border: 1px solid #CFCEC8;
	width: 219px;
	margin-left: 7px;
	height: 20px;
}
#sub_left_contact input.button {
	float: right;
	margin-top: 6px;
	margin-right: 7px;

}
#contact_form {
	float: left;
	width: 453px;
	border: 1px solid #CFCEC8;
	margin: 12px 0px 0px 6px;
	padding: 0px 0px 12px;
}
#contact_form form {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#contact_form fieldset {
	border-style: none;
}
#contact_form ol {
	list-style: none;
	margin: 12px 0px 0px;
}
#contact_form ol li {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
}
#contact_form ol li.button {
	text-align: right;
}

#contact_form ol li label {
	font-weight: bold;
}
#contact_form  ol  li  input.textfield, #contact_form ol li textarea {
	border: 1px solid #CFCEC8;
}
#fname, #lname {
	width: 208px;
	color: #3B3A30;
	/*color: #CFCEC8;*/
}
#contact_email {
	width: 425px;
	color: #3B3A30;
}
#message {
	height: 150px;
	width: 425px;
	color: #3b3a30;
}
