BODY
{
    background-image:url('../images/background.jpg');
}

.MasterHeader
{
    background-image:url('../images/background_header.jpg');
    width:682px;
    height:92px;
}

.MasterFooter
{
    background-image:url('../images/background_footer.jpg');
    width:942px;
    height:71px;
    font-size:10px;
    color:#454547;
    padding-left:20px;
}

.Login
{
    background-image:url('../images/background_login.jpg');
    width:260px;
    height:92px;
}

.FloatingLogin
{
	background-image:url('../images/background_floatinglogin.gif');
	background-repeat: no-repeat;
	width: 300px;
	height: 124px;
	margin: 0px;
	padding: 5px 5px 0 5px;
	z-index: 1;
}

.FloatingLogin .forgot
{
	color:#b5b38c;
	font-size:11px;
	font-family: Tahoma;
}
.FloatingLogin .forgot:hover
{
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	font-family: Tahoma;
}

.FloatingLogin .forgot:visited
{
	color:#a5a37f;
	font-size:11px;
	font-family: Tahoma;
}


