﻿body 
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	margin-top: 0;
}
.button
{
	border-style: none;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: center;
	width: auto;
	height: 20px;	
	background-color: #414141;
	border-bottom: solid 2px #414141;
	margin-right: 2px;
}


.button:hover
{
	background-color: #00005B;
	cursor: pointer;
	border-bottom: solid 2px #00005B;
}
.button[disabled="disabled"], .button[disabled="true"], .button[disabled], .button[disabled="disabled"]:hover, .button[disabled="true"]:hover, .button[disabled]:hover
{
	background-color: #c0c0c0;
}
#container
{
	width: 595px;	
	margin-left: 240px;

}
#left
{
	float: left;
	width: 300px;	
	/*height: 10px;*/
}

