/* CSS Document */
#mainArea{
	position: relative;
	width: 730px;
	top:50px;
	left:18px;
	z-index:1;
}
#mainArea2{
	position: relative;
	width: 800px;
	top:50px;
	left:18px;
	z-index:1;
}

#wheel{
	background-image: url(../..//images/public/wheel.gif);
	position:absolute;
	width:185px;
	height:185px;
	left:0px;
	bottom:0px;
	z-index:100;
}
#wheel[id]{
	bottom:0px;
}
#mainTextArea{
	padding:25px 220px 0px 8px;
	background-image: url(../../images/public/boxBG888.gif);
}
#logo{
	background-image: url(../../images/public/bsalogo.gif);
	height: 68px;
	width: 208px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:100;
}
#logo2{
	background-image: url(../../images/public/bsalogo.gif);
	height: 68px;
	width: 208px;
	position: absolute;
	left: 230px;
	top: 190px;
	z-index:100;
}

#rightBar{
	position: absolute;
	width: 270px; /* 250 */
	left: 755px;  /* 710 */
	z-index:100;
}
#registerBox{
	position: relative;
	width: 270px; /* 250 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9103;
	margin-top: 30px;
}
#studentLoginBox{
	position: relative;
	width: 270px; /* 250 */
	margin-top: 15px;
}
#adminLoginBox{
	position: relative;
	width: 270px; /* 250 */
	margin-top: 15px;
}
.forgotPassword{
	font-size: 9px;
}
/* Input Widths */
#inputLoginState{
	width: 125px;
}
#inputLoginUser{
	width: 120px;
}
#inputLoginPermit{
	width: 120px;
}
#inputLoginPass{
	width: 120px;
}
#inputLoginMonth{
	width: 25px;
}
#inputLoginDay{
	width: 25px;
}
#inputLoginYear{
	width: 34px;
}
