/** Contact us Form **/
#main_home {
	padding-top: 25px;
}
#contact_us {
	width: 460px;
	margin: 0px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Trajan Pro";
}

#contact_us input, #contact_us textarea {
	width: 200px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 0px;
	color: #666666;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	padding: 5px 0x;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
	background-image: url(images/email_bg.jpg);
	background-repeat: repeat;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {
	text-align:right;
	margin-right: 175px;
	padding-top: 75px;
}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
.style16 {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-family: "Trajan Pro";
}
.style18 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Trajan Pro";
}
.style18 a {
	font-size: 10px;
	color: #f6e6b3;
	font-family: "Trajan Pro";
}
.style19 {
	color: #f6e6b3;
	font-family: "Trajan Pro";
	font-size: 14px;
}

