@charset "UTF-8";
/* CSS Document */
.formlabel {
	float: left;
	width: 77px;
	text-align: left;
	vertical-align: bottom;
	top: 3px;
	position: relative;
	display: block;
}
#formwrap {
	width: 515px;
	margin-top: 10px;
	display: block;
	float: none;
	height: auto;
}
.formgroup {
	text-align: left;
	display: block;
	clear: both;
	float: none;
	height: 35px;
	width: auto;
	position: relative;
	padding: 0px 0px 10px;
}
.formelements {
	margin: 5px 8px 5px 0px;
	display: block;
	height: 30px;
	width: auto;
	position:relative;
	text-align: left;
	float: left;
}
.formelementsclear {
	margin: 5px 8px 0px 0px;
	display: block;
	height: 30px;
	width: auto;
	text-align: left;
	float:none;
	clear:both;
	position:relative;
}


.clearleft {
	display:block;
	clear:left;
}
textarea {
	height: 170px;
	width: 400px;
	border: 1px solid #333;
}
