html, body, div,input
{
    padding:0; margin:0;
}
*span
{
    padding-top:3px;
}
body{
	font-size:9pt;
	background-color:#fff;
}
.clear
{
     clear:both;
     }
#login
{
    margin:auto;
	margin-top:120px;
}
#top,#center,#down
{
    margin:0 auto; 
	width:975px;  
    }
#center
{
    height:190px;
    position:relative;
    }    
#top_left
{
    width:691px; 
    margin-top:14px;
	float:left;
	
}
#top_left img 
{
    margin-left:33px;
}
#top_center
{
    width:248px; 
	height:89px; 
	float:left;
}

#center_left
{
    float: left;
    width: 691px;
    height: 190px;
    overflow: hidden;
}
#center_middle
{	float:left; 
    width:247px; 
	height:190px; 
}
#center_right
{
 position:absolute;
 left:938px;
 width:32px; 
 height:190px; 
}

#down_left
{
    width:691px; 
	height:89px; 
	float:left; 
	margin-top:15px;
	
}
#down_center
{
    width:248px; 
	height:89px;
	float:left;
}
#inf
{
    width:691px; 
	height:38px;
}
.inf_text
{
    display:block; 
	width:100px; 
	height:20px; 
	font-size:16px; 
	font-weight:bolder; 
	color:#fff; 
	margin-left:17px;
	margin-top:12px; 
	float:left;
}
.copyright
{
    display:block; 
	float:left; 
	margin-left:17px; 
	margin-top:15px;
}
#user
{ 
    margin-left:40px; 
	margin-top:45px; 
	height:25px;
}
#password
{
    margin-left:40px; 
	margin-top:25px; 
	height:25px;
}
input
{
    width:120px; 
	height:18px; 
	border:solid 1px #aca7a7; 
	font-size:9pt;
}
#btn
{
    margin-left:20px; 
	margin-top:30px;
	height:25px; 
	margin-right:28px; 
	text-align:center;
}
#btn input
{
    display:block; 
    height:25px;
	line-height:25px; 
	background: url(images/bt_bg.gif); 
	border: solid 1px #b6b6b6; 
	width:65px; 
	float:left; 
	margin-left:15px; 
	text-decoration:none;
	color:#000;
	outline:none;
}