﻿html, body, form {
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
    font-family:arial;
}

#loginScreen {
    position:relative;
    width:747px;
    height:452px;
    background-image:url(../images/login/loginScreen.jpg);
    background-repeat:no-repeat;
    margin:0 auto;
}

#LoginBox {
    position:relative;
}

.returnlink
{
   font-size:small;
   color:#555;

}

#checkLink {
    font-size:small;
    color:#666;
}

.username
{
	position:absolute;
	top:288px;
	left:235px;
	width:190px;
}

.password
{
	position:absolute;
	top:330px;
	left:235px;
	width:190px;
}

.submit
{
	position:absolute;
	top:300px;
	left:600px;
}

.error
{
	position:absolute;
	top:165px;
	left:50px;
}