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

#contact label {
	text-align: right;
	float: left;
	width: 100px;
	margin-bottom: 5px;
	font-weight:bold;
}
#contact textarea, #contact input, #contact select {
	text-align: left;
	float: left;
	width: 175px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #555;
	font: 1em Verdana, Tahoma, Arial, sans-serif;
	color:#555;
}
#contact textarea:focus, #contact input:focus, #contact select:focus {
	background-color:#FFFF99;
}
#contact textarea {
	width:300px;
	height:175px;
}
#contact select {
	width:auto;
}
#contact br {
	clear: left;
}
#contact .sub {
	width:auto;
	padding: auto 10px;
	background-color:#ccc;
	color:#000;
}
