div.pageBody
{
	background-image: url('../images/login.jpg'); 
	width: 529px; 
	height: 267px; 
	position: relative; 
	left : 235px; 
	top: 50px;
}

div.formLogin
{
	position: relative; 
	left: 94px; 
	top : 40px;
}

div.userPassLabel
{
	 position: absolute; 
	 left: 0px;  
	 width: 100px; 
	 font-family: arial; 
	 font-size: 18px; 
	 font-weight: 
	 normal; color: #00A887;
}

div.userLabel
{
	top: 5px; 
}

div.passLabel
{
	top: 50px;
}

div.userPassTextbox
{
	position: absolute; 
	left: 100px; 
	width: 240px; 
	font-family: arial; 
	font-size: 18px; 
	font-weight: normal; 
	color: #00A887;
}

div.userTextbox
{
	top: 0px; 
}

div.passTextbox
{
	top: 45px;
}

input.userPassInput
{
	width: 240px; 
	height: 30px; 
	border-width: 0px; 
	font-family: arial; 
	font-size: 18px; 
	font-weight: normal; 
	color: #2c2c2c;
}

div.rememberMeLabel
{
	position: absolute; 
	left: 0px; 
	top: 90px; 
	width: 325px; 
	font-family: arial; 
	font-size: 18px; 
	font-weight: normal; 
	color: #939498;
}

div.rememberMeCheckbox
{
	position: absolute; 
	left: 324px; 
	top: 90px; 
	width: 19px; 
	text-align: right;
}

div.resetSubmitButton
{
	position: absolute; 
	top: 140px; 
	width: 107px;
}

div.resetButton
{
	left: 112px; 
}

div.submitButton
{
	left: 233px;
}