html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{
background-color:#e8effd;
}
.bg{
	background-image:url(images/registration_bg.jpg);
	background-repeat:repeat-y;
	background-color:#e8effd;
	margin-top:0px;
	margin-bottom:0px;
	
}
.smalltext
{
	font-size:12px;
	
	color:#c78b5b;
}
.star
{
	color:#e36216;
}



sup
{
	font-size:9px;
}

.formBg{
	
	width:750px;
	height:920px;
	position:relative;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	margin-top:0px;
	margin:0px;
	margin-bottom:0px;
		
}

.textfield {
	/*height:17px;*/
	border:1px solid #e36216;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000000;
}

a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:underline;
}

.pgOptions{
	font-size:12px;
	
}
