.hidden-label {
	position: absolute;
	left: -999em;
	top: 0;
}
/*no bold fix for IE6*/
#quick-reg *{
	font-weight: normal !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
/*outer container*/
#quick-reg{
	font-size: 12px;
	width: 168px;
	height: 235px;
}
/*inner container*/
#quick-reg-in{
	text-align: left;
	margin: 0;
	padding: 5px;
}
/*heading*/
#quick-reg #h1{
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 0;
}
/*error messages*/
.error-msg{
	color: #f2d160;
	display: none;
}
/*form*/
#quick-reg-in form{
	margin: 0;
	padding: 0;	
}
#quick-reg-in form p{
	margin: 5px 0 0 0;
	padding: 0;	
}
#quick-reg-in form p.quick-reg-intro{
	margin: 5px 0 12px 0;
	color: #ffffff;
}
#quick-reg-in label{
	color: #ffffff;
}
#quick-reg-form fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}
#quick-reg-form legend{
	margin: 0 0 6px 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	color: #ffffff;
	white-space: normal;
	display: inline-block;
	width: 140px;
}
/*fixed height for each step*/
#quick-reg-step1, #quick-reg-step2, #quick-reg-step3, #quick-reg-thank-you{
	height: 200px;
}
/*step 1*/
#quick-reg-step1 input{
	width: 99%;
	font-size: 12px;
	background: #CEC7DE;	
}
/*step 2*/
#quick-reg-step2 input{
	display: block;
	float: left;
}
#quick-reg-step2 label{
	display: inline-block;
	width: 135px;
	padding-top: 2px;
	white-space: normal;
}
#quick-reg-step2 input#cons_int_biz{
	margin-bottom: 18px;
}
/*step 3*/
#quick-reg-step3 input{
	display: block;
	float: left;
}
#quick-reg-step3 label{
	display: inline-block;
	width: 135px;
	padding-top: 2px;
}
/*submit buttons*/
#quick-reg-submit{
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
#quick-reg-submit p{
	margin-bottom: 3px;	
}
#quick-reg-submit input{
	color: #ffffff;
	border: 0;
	width: 115px;
	padding: 0 00px 3px 0;
}
#quick-reg iframe{
	position: absolute;
	left: -999em;
	top: 0;
}
/*thank you message*/
#quick-reg-thank-you *{
	color: #ffffff;
}
#quick-reg-share a{
	display: inline-block;
	margin-top: 3px;
	margin-left: 8px;
}
#quick-reg-share img{
	border: 0;
}
