#reg_form fieldset{
	width: 640px;
	margin: 10px 0;
	padding: 10px;
	background-color: #E0E1EF;
	color: #000;
	clear: left;
}

#reg_form fieldset fieldset{
	background-color: #F7F0F7;
}

#reg_form fieldset legend{
	color: #00266F;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

#reg_form fieldset p{
	font-weight: normal;
	margin: 4px;
}

#reg_form label{
	float: left;
	display: block;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 4px;
}

#reg_form table.formTable, #reg_form table.group_info{
	margin: 0 auto;
	width: 500px;
}

#reg_form table.group_info{
	margin-bottom: 0;
	border: 1px solid #375DAB;
}

#reg_form table.formTable th.rowNumber{
	width: 60px;
}

#reg_form table.group_info th{
	background: #375DAB;
	line-height: 24px;
	color: #FFF;
}

#reg_form table.formTable td, #reg_form table.group_info td{
	vertical-align: middle;
}

#reg_form table.group_info td{
	padding: 6px;
}

#reg_form table.group_info td.label{
	border-top: 1px solid #375DAB;
}

#reg_form table.formTable td input, #reg_form table.group_info td input{
	margin: 2px auto;
}

#reg_form input{
	display: block;
	width: 140px;
	margin: 2px 0 10px;
	color: #000;
}

#reg_form textarea{
	display:block;
	width: 600px;
}

#reg_form input.long{
	width:290px;
}

#reg_form input.autosize{
	width: auto
}

#reg_form input.inLine{
	display: inline;
}

#reg_form input.submit
{
	clear: both;
	display: block;
	margin: 0 auto;
	width: auto;
}

#reg_form p.skipForm{
	margin: 3px 30px 15px 0;
	font-size: 12px;
	text-align: right;
}