@charset "utf-8";
.p-red {color: #8b1408}

/* CSS Document */

#left-section {
	float: left;
	width: 246px;
	height: auto;
	background-color: #faf6db;
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	padding-top: 20px;
	margin-top: -20px;
	padding-bottom: 30px;
}
.star {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 23px;
	margin-right: 10px;
}
#left-section .headers {
	font-size: 1.2em;
	color: #8b1408;
	margin-top: 3px;
	float: left;
	margin-bottom: 5px;
	width: 200px;
}
#left-section  .cont-info {
	width: 200px;
	margin-left: 32px;
	margin-bottom: 20px;
}
#contact-form {
	margin-bottom: 30px;
}



.right-section1 {
	float: right;
	width: 562px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 40px;
}
#send-button {
	height: 20px;
	width: 102px;
	margin-left: 90px;
	float: left;
}

@charset "utf-8";
#clear-button {
	height: 20px;
	width: 70px;
	margin-left: 20px;
	float: left;
}
.clear {
	clear: both;
	height: 5px;
}

#contact_form					{
	height: auto;
	width: 458px;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
}
.fieldset {
	margin-bottom: 10px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	width: 90px;
	display: block;
	float: left;
	margin-top: 5px;
}
input  {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	height: 22px;
	border: 1px solid #CCCCCC;
	background-color: #FAF6DB;
	width: 230px;
	padding-top: 2px;
	padding-left: 10px;
}
input#address {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	height: 70px;
}
textarea {
	background-color: #FAF6DB;
	border: 1px solid #CCCCCC;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	padding-top: 2px;
	padding-left: 10px;
}
input#submit_btn {
	width: 102px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	margin-left: 20px;
	background-color: #FFFFFF;
}
input#reset_btn {
	float: left;
	height: 20px;
	width: 70px;
	margin-left: 90px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
