body
{
	background-image: url(images/loginBG.gif);
	background-color: #87aec5;
	background-repeat: repeat-x;
	margin: 10px;
	padding: 5px;
}
#login-page
{
	width: 350px;
	height: 90%;
	margin: 0 auto;
}
.loginPanel
{
}
#loginBG
{
	background-position: center center;
	background-image: url(images/login.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 328px;
	white-space: normal;
	padding: 1px;
	margin: auto;
}
#login-forms
{
	text-align: center;
}
.usrTB
{
	border: solid 0px #FFFFFF;
	position: absolute;
	left: 48.9%;
	top: 76px;
	/*position: relative;
	bottom: 104px;
	left: 150px;*/
}
.pwdTB
{
	border: solid 0px #FFFFFF;
	position: absolute;
	left: 48.9%;
	top: 128px;
	/*position: relative;
	bottom: 52px;
	right: 17px;*/
}
.usrFV
{
	position: absolute;
	left: 65.75%;
	top: 73px;
}
.pwdFV
{
	position: absolute;
	left: 65.75%;
	top: 125px;
}
.rmsg
{
	color: #FFFFFF;
	font-weight: bold;
}
.checkbox
{
}
.errMsg
{
	font-family: Sans-Serif;
	color:Red;
}
.submit
{
	font-weight: bold;
	border: outset 1px #FFFFFF;
	background-color: Green;
	color: #FFFFFF;
}