@charset "UTF-8";
/* CSS Document */

#loginbox {
	position:relative;
	top:91px;
    margin-left:auto;
    margin-right:auto;
	width:551px;
	height:270px;
	z-index:1;
	background-image: url(../images/login-bkg-2.jpg);
}
#login_forms {
	position:absolute;
	left:0px;
	top:51px;
	width:551px;
	height:113px;
	z-index:2;	
}
#warning {
	position:absolute;
	left:16px;
	top:158px;
	width:522px;
	height:80px;
	z-index:2;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.grey {
	font-size: 11px; color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
} 
#retrievebox {
	position:relative;
	top:91px;
    margin-left:auto;
    margin-right:auto;
	width:551px;
	height:245px;
	z-index:1;
	background-image: url(../images/retrieve-bkg.jpg)
}	
#retrieve-msg {
	position:absolute;
	left:21px;
	top:44px;
	width:517px;
	height:45px;
	z-index:2;
}
#retrieve-forms {
	position:absolute;
	left:0px;
	top:101px;
	width:549px;
	height:128px;
	z-index:2;
}
#newpassword-box {
	position:relative;
	top:91px;
    margin-left:auto;
    margin-right:auto;
	width:551px;
	height:525px;
	z-index:1;
	background-image: url(../images/newpasswrd-bkg-2.jpg);
	
}
#newpassword-forms {
	position:absolute;
	left:0px;
	top:314px;
	width:549px;
	height:206px;
	z-index:2;
}	
#newpassword-msg {
	position:absolute;
	left:21px;
	top:44px;
	width:517px;
	height:256px;
	z-index:2;
}
#terms-box {
	position:relative;
	top:91px;
    margin-left:auto;
    margin-right:auto;
	width:553px;
	height:757px;
	z-index:1;
	background-image: url(../images/terms-bkg.jpg);
}
#terms-forms {
	position:absolute;
	left:0px;
	top:683px;
	width:549px;
	height:68px;
	z-index:2;
}	
#terms-msg {
	position:absolute;
	left:21px;
	top:40px;
	width:517px;
	height:638px;
	z-index:2;


.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}


