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


input, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 7px;
	background-color: #8A500B;
	color: #FFF;
	font-weight: bold;
	border: none;
	margin-top: 0px;
}
textarea, .long {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 6px;
	background-color: #FFF;
	color: #000000;
	font-weight: bold;
	border: none;
	margin-top: 0px;
}
label {
	text-align: right;
	width: 90px;
	padding-right: 20px;
	display: block;
	float: left;
	margin-bottom: 7px;
	margin-top: 5px;
}
.labelLong {
	width: 242px;
	
}
br {
        clear: left;
}
form {
	width: 720px;
	left: -30px;
	position: relative;
	padding-left: 30px;
	font-size: 0.9em;
}
