﻿body
{
	font: 12px/1.5em Tahoma,Verdana,Simsun,Microsoft YaHei,Arial Unicode MS,Mingliu,Arial,Helvetica;
	color: #000000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}
fieldset, img, input, table
{
	border: 0px;
}
input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select
{
	font-size: 100%;
}
li
{
	list-style-type: none;
	list-style-image: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
a
{
	text-decoration: none;
	outline: none; /*去除Firefox中点击链接时的虚线边框*/
}
a:hover
{
	text-decoration: none;
}
/*清除浮动使用*/
.clearfix
{
	clear: both;
}
/*解决浮动对象问题*/
.wrapfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.err
{
	margin: 140px auto 0px auto;
	width: 600px;
	background-color: #e2eff6;
	border: 1px solid #5c9ebf;
	padding: 10px;
}
.err ul li.tit
{
    line-height:30px;
    text-indent: 20px;
    background: url('/images/error/tb_hint.gif') no-repeat;
    background-position: 0px 7px;
}
.err ul li.mess
{
    background: url('/images/error/dian.gif') no-repeat;
    background-position: 0px 8px;
    margin-left: 56px;
    line-height:20px;
    text-indent:10px;
}

.banquan
{
    margin: 10px auto 0px auto;
    width: 600px;
    text-align: center;
}