/** Contact Page **/

p#tip {
	color:#4D281F;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 340px;
	margin: 0px 0px 0px;
}

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

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 13px;
}

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

#contact_us input:hover, #contact_us textarea:hover {
	
	border: 1px solid #4D281F;

}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #4D281F;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 2px solid #cccccc;
	cursor: pointer;
}

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

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

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 12px; 
	text-align: center; 
	margin-bottom:-37px;
	margin-bottom: 0px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
	}