﻿*{
	margin:0;
	padding:0;
	font-size:12px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	margin:100px 0 0;
}
img{
	border:0;
}
a:focus{/*firefox去除虚框*/
	outline:0;
}
#wraper{
	margin:0 auto;
	width:555px;
	position:relative;
}
#logo{
	height:48px;
	margin-bottom:5px;
}
#banner{
	height:230px;
	width:555px;
	border:2px solid #87c92b;
	/*border:2px solid #c9e0e9;*/
	overflow:hidden;
	background-color:#fff;
}
#loginform{
	position:absolute;
	right:6px;
	bottom:7px;
	width:270px;
	height:220px;
	border:1px solid #d6efab;
	background:url(../img/loginformbg.gif) no-repeat right bottom #fff;
}
#loginform select{
	border:1px solid #ccc;
	color:#666;
}
#loginform input{
	width:150px;
	height:16px;
	padding:1px;
	line-height:16px;
	border:1px solid #ccc;
	color:#666;
	margin:5px 0;
}
#loginform input.btn{
	width:80px;
	height:22px;
	border:0;
	background:url(../img/btnbg.gif) no-repeat;
	cursor:pointer;
	color:#dc6d00;
}
#loginform input.vali{
	width:55px;
}
#loginform table{
	margin:36px auto 0;
	color:#de8732;
}
td{
	text-align:left;
	vertical-align:middle;
	height:26px;
}
th{
	text-align:right;
	font-weight:normal;
}
#footer{
	margin:3px auto 0;
	width:555px;
	text-align:left;
	color:#aaa;
	font-size:11px;
}