@charset "UTF-8";
input {
	width: 250px;
}
/*reset width for non-text inputs*/
input.dropdown {
	width: auto;
	}
input.submit {
	width: auto;
	display: inline;
	float: none;
}
/*display labels next to form elements, add class when you want to stack*/
label {
	float:left;
	margin-right: 2em;
	width: 75px;
	line-height: 2.5em;
	}
	
label.top {
	display: block;
	float:none;
	width: 445px;
	}	
label.stack {
	display: inline;
	float: none;
}
#mainContent #contentDiv #formWrap {
	position: relative;
	padding-left: 40px;
}
 
