@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.gif) repeat-x 0 0 #270b01;
}
ul, li, p, span, div, h1, h2, h3, h4, h5, h6, form, input ,a {
	margin:0; padding:0;
	}
img {
	border:0;
	}
#site {
	width: 571px;
	margin: 0px auto;
	position: relative;
}
	#site #logo {
		margin: 96px 0 0 0;
		text-align: center;
	}	
#site #layout {
	margin:0 29px 0  55px;
	padding:0px;
	}	
#layout .top {
	background: url(../images/top.gif) no-repeat 0 1px;
	width:489px;
	height:18px;
	}	
#layout .center	{
	background: url(../images/content.gif) no-repeat 0 0;
	width:489px;
	height:220px;
	}
#layout .bottom {
	background: url(../images/bottom.gif) no-repeat 0 0;
	width:489px;
	height:16px;
	clear:both;
	}	
form h1 {
	width:165px;
	margin:0 161px;
	background:url(../images/logo_one.gif) no-repeat 0 0;
	padding:15px 0;
	}
.label {
	margin:0 0 14px 99px;
	}	
.label label {
	font:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	}		
.label label .ma {
	margin:0 0 0 1em;
	}	
form h1 span {
	margin:0 0 0 60px;
	font-size:24px;
	font:"微软雅黑";
	font-weight:bold;
	color: #000;
	}	
form input.box,form input.code {
	width:191px;
	height:24px;
	background:#260500;
	border:none;
	border-top:2px solid #000;
	border-left:2px solid #000;
	color:#FFF;
	font-size:16px;
	}
form input.code {
	width:80px;
	}
.label .codes {
	background:#FFF;
	width:82px;
	line-height:24px;
    padding:4px 6px 2px 15px;
	letter-spacing:8px;
	}	
.codes {
	margin:5px 0 0 25px;
	width:80px;
	h
	}			
form input.login {
	background:url(../images/login.gif) 0 0 no-repeat;
	width:96px;
	height:31px;
	border:none;
	cursor:pointer; 
	font-size:0;
	margin:0 0 0 190px ;
	*margin:0 0 0 120px ;
	}	
form input.login:hover{
	background: url(../images/login_h.gif) 0 0 no-repeat;
	}	
form input.login:active {
	background:url(../images/login.gif) 0 0 no-repeat;
	}	
#bottom_logo{
	position:absolute;
	right:0px;
	top:336px;
	*top:433px; /*在IE6下显示的数值*/
	*right:1px;	/*在IE6下显示的数值*/
	}		