﻿html  
{
	overflow: auto 
}
body  
{
	font-size: 100.01%; 
    line-height: 100.01%; 
    font-family: Arial, Geneva, Helvetica, sans-serif; 
    color: #000; 
    /*background-color: #C4C6C8; */
    /*background-color: #fff;*/
    background: #fff url('../Images/bg_top.gif') repeat-x top left;
    margin: 0; 
    padding: 0; 
} 
#center  
{
    position: absolute; 
    top: 50%; 
    width: 100%; 
    height: 1px; 
    overflow: visible 
}
#main 
{ 
	position: absolute; 
	left: 50%; 
	/*margin-left: -360px;*/ 
	margin-left: -300px;
	padding: 0; 
	text-align: left; 
	/*width: 721px;*/
	width: 600px; 
	background-color: #fff; 
	/*top: -270px;*/
	top: -220px; 
}
#content 
{
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*width: 599px;*/
	width: 539px;
	/*height: 353px;*/
	height: 293px;
	margin: auto;
	background: url('../Images/login_bg.gif') repeat-x top left;
	border: 1px solid #999;
	color: #233a80;
	padding: 30px;
} 
#login
{
	padding-top: 25px;
	
}
h1 
{
	font-size: 70%;
	color: #663300;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
label 
{
    float: left;
    width: 120px;
    /*font-weight: bold;*/
    font-size: 70%;
    color: #cc9900;
}
br 
{
    clear: left;
}
.button 
{
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
a:link
{
	font-size: 70%;
	color: #cc9900;
}
a:visited
{
	font-size: 70%;
	color: #cc9900;
}
a:hover
{
	font-size: 70%;
	color: #cc9900;
}
a:active
{
	font-size: 70%;
	color: #cc9900;
}