/**
 * File: http://www.facilitywarehouse.com/register/css/styles.css
 */

form.register {
	padding-top: 15px;
}
form.register h3 {
	padding: 0 15px 15px;
}
table.section {
	width: 465px;
	margin-bottom: 15px;
	float: left;
	padding:0 10px;
}
table.section th {
	text-align: left;
}
table.section th.section {
	border-bottom: 1px solid #CCC;
	color: #888;
}
table.section th.field {
	font-size: 0.8em;
	width: 150px;
}
table.section th.optional {
	font-weight: normal;
}
input.register {
	margin: 20px 0 0 15px;
}
