#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);
}
#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:2px 5px 0 16px;
	float:none;
}
input.checkbox{
	float:left;
	display:inline;
	margin:0 15px 0 0;
}
.checkBoxGroup{
	display:inline;
	width:405px;
	padding-bottom:20px;
	float:left;
}
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:405px;
}
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:100px;
	font-size:1em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	width:405px;
}
input.phone{
	width:52px;
}
.phoneSpacer{
	float:left;
	padding:3px;
	width:8px;
	height:14px;
	text-align:center;
}
label,
input{
	float:left;
}
label{
	width:220px;
}
.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.h1{
	background-image:url(/_images/titles/hrservices.sep-job-opportunity-form-1.png);
}
h4.h2{
	background-image:url(/_images/titles/hrservices.sep-job-opportunity-form-2.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;
}
#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;
}

/* errors */

#erroBox1{
	position:absolute;
	left:-10000px;
	top:-10000px;
}
input.invalid,
textarea.invalid{
	background:#ff9999;
}
label.invalid,
select.invalid{
	color:rgb(172,38,27);
}
