#Register{
	margin-top:0px;
	padding-top:0px;
}
#RegProgramInfo, #RegPriceInfo, #RegPersonalInfo,  #RegCaptcha, #RegSubmit, #RegErrorInfo{
	background-color:#FFFEEF;
	border:1px solid #eee;
	margin:20px 0;
	overflow:auto;
	padding:15px 10px;
	position: relative; /*IE*/
	overflow:visible;  /*IE for fiedldset bleed other hacks in ieRegFormHacks.css*/
}
#RegProgramInfo .infoName{
	vertical-align:top;
	width:170px;
}
#RegPersonalInfo legend, #RegPriceInfo legend,  #RegCaptcha legend, #RegProgramInfo legend, #RegErrorInfo legend{
	font-weight:bold;
	color:#333;
	padding:0px 5px 0px 5px;
	font-size:12px;
}
#RegPersonalInfo label{
		display: -moz-inline-box;
		display: inline-block;	
		margin: 0.6em 4px 0 0;
		padding: 0 2px;
		width: 170px;
		min-width: 9em;
		color:#333;
		
}
.oneRow, .Error{
	display:block;
}
#RegPriceInfo label{
	font-weight:bold;
}
#RegPriceInfo .oneRow, #RegProgramInfo .oneRow, #RegSubmit .oneRow, #RegCaptcha .oneRow{
	padding-left:170px;
}
#RegErrorInfo .Error{
padding-left:180px;	
}
#RegPriceInfo .free{
	font-weight:bold;
}
.Error{
	color:#ff0000;
	font-weight:bold;
}
.reghead{
	margin-top:0px;
	padding-top:0px;	
}
