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

    margin-bottom: 20px;
}

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.rememberMeLabel
{
	position: absolute; 
	left: 0px; 
	top: 145px; 
	width: 325px; 
	font-family: 'Exo', serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #363435;
}

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

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

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

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

input.resetSubmitButton
{
    border: 0px;

    height: 56px;

    font-size: 16px;
    font-weight: bold;
}

input.resetButton
{
    width: 133px;

    background-color: #f5f3f4;
}

input.submitButton
{
    width: 205px;

    background-color: #0e71b8;
    color: #ffffff;
}