/**css reset**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:14px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/****/
body{
	background:#dadada;
	font-family:"微软雅黑" "宋体" "verdana";
	font-size:14px;
}
a,a:link,a:visited{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:red;
	text-decoration: underline;
}
#divWrap{
	text-align:center;
}
#divHead{
	text-align:left;
	width:413px;
	margin:100px auto 30px auto;
}
#divHead h1{
	height:0;
	overflow:hidden;
}
#divDUoLuO{
	position:relative;
	width:413px;
	height:94px;
	overflow:hidden;
}
#divDUoLuO #divTitle{
	background:url('../img/DulLuO.png') no-repeat;
	position:absolute;
	width:413px;
	height:94px;
	overflow:hidden;
}
#divDUoLuO #divBeer{
	background:url('../img/beer.png') no-repeat;
	position:absolute;
	width:62px;
	height:84px;
	overflow:hidden;
	left:83px;
	bottom:13px;
}
#divBody{
	margin:0 auto 0 auto;
	width:413px;
	text-align:left;
}
#divUSBox{
	padding:10px;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#divUSBox h2{
	font-size:20px;
	color:#a3cb1e;
	font-weight:bolder;
}
#divFoot{
	margin:50px 0 50px 0;
	color:#999;
}
#divForm table{
	
}
#divForm table td{
	padding:4px;
}
#divAForm{
	padding:4px;
	background:#f7f7f7;
}
#divAInfo{
	padding:4px;
	background:#fff;
	display:none;
}
.dlForm{
	width:100%;
}
.dlForm dd{
	line-height:1.5em;
	margin:0 0 5px 0;
}
div.error{
	border:#ffc10d 1px solid;
}
div.ok{
	border:#9ac517 1px solid;
}
div.error,div.ok{
	margin:2px 0;
	padding:2px;
}
#divReg{
	margin:5px 0 0 0;
}
.sbb{
	background:#9ac517;
	border:#a8bd00 2px solid;
	padding:4px;
	font-size:16px;
	color:#fff;
	font-weight:bolder;
	cursor:pointer;
	font-family:"微软雅黑" "宋体" "verdana";
}
