#loadingForm{
	display:none;
	height:35px;
	padding-bottom:150px;
	background:url(/_images/loading_on_white.gif) transparent no-repeat 0px 0px;
}
#loadingForm p{
	line-height:35px;
	text-indent:45px;
}
.page2, .page3{
	display:none;
}
.page{
	position:relative;
	background:url(/_images/gradient-bkd-1.png) transparent repeat-x left -3px;
	border:1px solid rgb(224,224,224);
}
.pageNumber{
	position:absolute;
	right:0px;
	top:0px;
	width:94px;
	height:27px;
}
.page1 .pageNumber{
	background:url(/_images/spp.registration-form-page-1.png);
}
.page2 .pageNumber{
	background:url(/_images/spp.registration-form-page-2.png);
}
.page3 .pageNumber{
	background:url(/_images/spp.registration-form-page-3.png);
}
#right fieldset{
	padding:25px 0 10px 0;
	background:url(/_images/dots-horz.png) transparent repeat-x left bottom;
}
label{
	font-weight:bold;
}
label em{
	font-size:0.85em;
	font-style:italic;
	font-weight:normal;
}
input.radio{
	margin:3px 30px 0 10px;
}
input.checkbox{
	float:left;
	display:inline;
	margin:0 15px 0 10px;
}
p.checkbox span{
	display:inline;
	float:left;
	width:590px;
}
input.text{
	border-top:1px solid #aaadb2;
	border-right:1px solid #dcdfe6;
	border-bottom:1px solid #e2e9ef;
	border-left:1px solid #dcdfe6;
	padding:3px;
	height:14px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1em;
	width:200px;
}
textarea.text{
	border-top:1px solid #aaadb2;
	border-right:1px solid #dcdfe6;
	border-bottom:1px solid #e2e9ef;
	border-left:1px solid #dcdfe6;
	padding:3px;
	height:170px;
	font-size:1em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	width:450px;
}
input.phone{
	width:52px;
}
.phoneSpacer{
	float:left;
	padding:3px;
	width:8px;
	height:14px;
	text-align:center;
}
p.left label,
p.left input{
	float:left;
}
p.left label{
	width:126px;
}
.page2 p.left label{
	width:160px;
	margin-right:20px;
	text-align:right;
}
h4{
	display:block;
	text-indent:-9999px;
	background:no-repeat transparent 10px top;
	height:11px;
	padding:0 0 24px 0;
}
h4.contact{
	background-image:url(/_images/titles/spp.registration-form-contact.png);
}
h4.address{
	background-image:url(/_images/titles/spp.registration-form-address.png);
}
h4.companyprofile{
	background-image:url(/_images/titles/spp.registration-form-company-profile.png);
}
h4.industry{
	background-image:url(/_images/titles/spp.registration-form-industry.png);
	margin-left:-10px;
}
h4.indicators{
	background-image:url(/_images/titles/spp.registration-form-indicators.png);
}
h5{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	padding:0 20px 15px;
}
#primaryContent form p{
	padding:0 10px 15px;
	overflow:auto;
}
#right fieldset.next{
	background:url(/_images/gradient-bkd-1.png) transparent repeat-x left -3px;
}
fieldset#recaptcha{
	padding-left:132px;
}
a.next{
	display:block;
	width:62px;
	height:22px;
	background:url(/_images/spp.registration-form-next.png) transparent no-repeat 0px 0px;
	text-indent:-9999px;
	margin-right:10px;
	float:right;
	cursor:pointer;
}
#next1{
	background:url(/_images/spp.registration-form-submit.png) transparent no-repeat 0px 0px;
}
a.prev{
	display:block;
	width:78px;
	height:22px;
	background:url(/_images/spp.registration-form-previous.png) transparent no-repeat 0px 0px;
	text-indent:-9999px;
	margin-right:20px;
	float:right;
	cursor:pointer;
}
a.submitForm{
	display:block;
	width:62px;
	height:22px;
	background:url(/_images/spp.registration-form-submit.png) transparent no-repeat 0px 0px;
	text-indent:-9999px;
	margin-right:10px;
	float:right;
	cursor:pointer;
}
#industry{
	background:#e4e0d7;
	margin:20px 10px;
	padding:10px;
	overflow:auto;
}
select.industry{
	width:287px;
	height:260px;
	margin-bottom:20px;
	float:left;
}
#control{
	float:left;
	width:43px;
}
#control a{
	display:block;
	width:29px;
	height:29px;
	margin-left:7px;
	cursor:pointer;
}
#industry_add{
	margin-top:95px;
	background:url(/_images/spp.registration-form-industry-add.png);
}
#industry_remove{
	margin-top:14px;
	background:url(/_images/spp.registration-form-industry-remove.png);
}

/* errors */

#erroBox1{
	position:absolute;
	left:-10000px;
	top:-10000px;
	display:none;
}
input.invalid,
textarea.invalid{
	background:#ff9999;
}
label.invalid,
select.invalid{
	color:rgb(172,38,27);
}