#reg_form {
	border-spacing: 2px;
}
#reg_form td {
	padding-right: 4px;
	background-color: #E8EDF1;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#reg_form tr > td:first-child {
	width: 50%;
}
#reg_form tr > td:last-child {
	width: 400px;
}
.sgray {
	color: #585858;
	font-size: 11px;
}
#blockline {
	background-image: url(../img/blueline.gif);
	background-repeat: repeat-x;
	background-position: right center;
}
#blockheader {
	padding: 0px 7px 0px 7px;
	margin: 7px 0px 7px 7px;
	text-transform: uppercase;
	color: #DB1022;
	background-color: #f8f8f8;
	font-weight: 700;
	font-size: 11px;
	display: inline;
}