#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;
}
.page{
	position:relative;
	background:url(/_images/gradient-bkd-1.png) transparent repeat-x left -3px;
	border:1px solid rgb(224,224,224);
}
p{
	padding-bottom:10px;
	overflow:auto;
}
label,input{
	float:left;
}
label{
	width:150px;
}
label{
	font-weight:bold;
	display:block;
	width:;
}
label em{
	font-size:0.85em;
	font-style:italic;
	font-weight:normal;
}
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:405px;
}
#submit{
	display:block;
	width:62px;
	height:22px;
	background:url(/_images/spp.registration-form-submit.png) transparent no-repeat 0px 0px;
	text-indent:-9999px;
	margin-left:150px;
	cursor:pointer;
}
#forgot{
	margin-left:150px;
}
#forgot p{
	font-size:1.1em;
	padding:0 0 10px 10px;
	font-style:italic;
}
/* errors */

#errorWrap{
	color:rgb(172,38,27);
	font-weight:bold;
	font-size:1.3em;
	padding:0 0 0 10px;
	height:30px;
}
em.invalid{
	color:rgb(172,38,27);
	font-weight:bold;
	font-size:0.85em;
	margin-left:6px;
}

input.invalid,
textarea.invalid{
	background:#ff9999;
}
label.invalid,
select.invalid{
	color:rgb(172,38,27);
}