div.pageBody
{
	/*background-image: url('../images/login.jpg'); */
	background-color: #f5f3f4;
	width: 940px; 
	height: 265px; 
	position: relative; 
	left : 0px; 
	top: 48px;
}

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

div.userPassLabel
{
	 position: absolute; 
	 left: 0px;  
	 width: 100px; 
	 font-family: 'Exo', serif; 
	 font-size: 18px; 
	 font-weight: bold; 
	color: #000000;
}

div.userLabel
{
	top: 25px; 
}

div.passLabel
{
	top: 90px;
}

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

div.userTextbox
{
	top: 10px; 
}

div.passTextbox
{
	top: 75px;
}

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

div.newPassword
{
	position: absolute;
	top:130px;
	left: 120px; 
	font-family: 'Exo', serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #363435;
}

a.newPassword:link
{
	text-decoration: underline;
	color: #363435;
}
		
a.newPassword:visited
{
	text-decoration: underline;
	color: #363435;
}
	
a.newPassword:hover
{
	text-decoration: underline;
	color: #363435;
}

div.rememberMeLabel
{
	position: absolute; 
	left: 0px; 
	top: 185px; 
	min-width: 325px; 
	font-family: 'Exo', serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #363435;
}

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

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

div.resetButton
{
	top: 169px;
	left: 508px; 
}

div.submitButton
{
	top: 169px;
	left: 641px;
}

input.resetButton
{
	width:133px;
    height:56px;
    
    color:#000000;
    border:0;
	font-family: 'Exo', serif; 
    font-size : 14px;
	font-weight: bold;
}

input.submitButton
{
	width:205px;
    height:56px;
    background-color: #000000;
    color:#ffffff;
    border:0;
	font-family: 'Exo', serif; 
    font-size : 14px;
	font-weight: bold;
}