@charset "utf-8";
/* CSS Document */

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

#contact_us input.button {
	text-transform: uppercase;
	color:#2e5278;/* #fbfbfb*/
	background:#CCCCCC;/* #91567f;*/
	padding: 5px 10px;
	display: inline-block;
 	font-size: 12px;
	font-weight:bold;
	width: 70px;
	border: 1px;
	cursor: pointer;
}

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

p#tip {
	font-weight: bold;
	font-size: 13px;
}

p.error {
	display: none;
	padding: 5px 8px;
	/*color: #8dadc7;*/
	color:#9B0000;

	direction:ltr;
	text-align:right;
}

p#submit {text-align:center;}

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