﻿
#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:#FFFFFF;
	color:White;
	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
{
    background: url("../../ITRADE/Images/logo.png") no-repeat scroll 15px 15px transparent;   
    height: 100%;
    width: 100%;
}