@charset "utf-8";
/* CSS Document */

#contact label {
	display: block;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#contact TextField {
	background-color: #E9E6E4;
}
#contact input {
	color: #333;
	background-color: #E9E6E4;
	border: 1px solid #CFC8C7;
	font-size: .9em;
	width: 180px;
	padding: 1px;
}
#contact textarea {
	color: #333;
	background-color: #E9E6E4;
	border: 1px solid #CFC8C7;
	font-size: 12px;
	width: 180px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact #select {
	font-size: 1em;
	color: #000;
	background-color: #B3AC9A;
	border: 1px solid #52431A;
}
#contact input:focus {
	background-color: #fff;
	color: #333;
}
#contact textarea:focus {
	background-color: #fff;
	color: #333;
}
#contact #send {
	font-weight: bold;
	color: #333;
	width: 100px;
	border: 1px solid #B3AC9A;
	cursor: pointer;
	font-size: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact #send:hover {
	background-color: #B3AC9A;
	color: #fff;
}
#contact strong {
	color: #c00;
	font-size: 17px;
	font-weight: bold;
}
#error { color:#c00; font-size:12px; font-weight:bold; width: 100%; background-color: #fff; padding: 10px; }
#success {
	font-size:12px;
	width: 100%;
	color: #360;
	font-family: "Trebuchet MS";
}