﻿
#Main
{
    background-color:White;
    width:600px;
    height:350px;
    border: solid 1px #000000;
    margin-left: auto; 
    margin-right: auto;
    margin-top:100px;
}
#Header
{
    width:600px;
	font-size:14px;
	font-weight:bold;
	background-color: #D8D8D8;
	color:#4F91CD;
	border-bottom: solid 1px #000000;
	height:100px;
	vertical-align:text-bottom;
}
#Controls
{
     font-size:12px;  
     float:left; 
     width:400px;
     padding-left:150px;
     margin-top:60px;
     position:relative;
     
}
#ControlsButton
{
    float: right;
}


.LogonImage
{
    margin-top:0px;
    margin-left:0px;
}

#LogonImage
{
    background: url("../../Cheney/Images/logo.png") no-repeat scroll 15px 15px transparent;   
    height: 100px;
    width: 100%;
}

