﻿.body
{
	
}

.LoginBackground
{
	width: 400px;
	height: 250px;
    background: url(Images/LoginBackground.png) repeat-x top left;
    text-align: center;
    vertical-align: middle;
}

.LoginControl
{
	width: 60%;
	text-align:right;
}

.LoginText
{
    font-family: Arial;
    font-size: 12px;
}

.LoginLongHeader
{
    background: url(Images/LoginHeader.png) repeat-x top left;
    height:60px;
    background-color: White;	
    border: solid 1px #033450;
}

