#content {
	width:					980px;
	margin:					0 auto;
	margin-bottom:			20px;
}

input[type="checkbox"] {
	display:				block;
	float:					left;
}

span.label {
	display:				block;
	float:					left;
	width:					270px;
	margin-top:				3px;
	margin-left:			5px;
	cursor:					default;
	line-height:			17px;
}

th.req span {
	font-size:				12px;
	font-weight:			bold;
	padding-bottom:			5px;
	color:					#EF9433;
}

table.form a {
	color:					#000000;
	border-bottom:			1px dotted #EF9433;
	text-decoration:		none;
}

table.form a:hover {
	border-bottom:			1px dotted #000000;
}