html,body,td,th,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul
{
	list-style:none;
}
body
{
	font-size:12px;
	margin:0px;
	font-family: 宋体;
	background-color: #CCCCCC;
}
select,input,textarea
{
	font-size:12px;
}
a
{
	text-decoration: none;
}
a:link
{
	color: #000000;
}
a:visited
{
	color: #000000;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
a:active
{
	color: #FF0000;
}
form
{
	margin:0;
	padding:0;
}
td
{
	font-family:"宋体,Verdana, Arial, Helvetica, sans-serif";
	font-size:12px;
	text-decoration:none;
}
th
{
	font-size:12px;
	font-weight:bold;
}
.button
{
	background-image:url("button.gif");
	background-repeat:no-repeat;
	border:medium none;
	height:24px;
	margin:0;
	padding:0;
	width:64px;
	cursor:pointer;
	outline:none;
	font-size:12px;
}
.textbox
{
	border: 1px solid #A7A7A7;
	background:#FFFFFF;
	height:20px;
	padding-left: 5px;
}
.textarea
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A7A7A7;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 18px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 80%;
}
.title
{
	color: green;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 100px;
}
.lbBox
{
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	padding: 10px 20px;
	width: 700px;
}
.lbInfo
{
	background: none repeat scroll 0 0 #FDFDFD;
	border: 1px solid #CECECE;
	line-height: 200%;
	margin: 30px auto;
	padding: 15px;
}
.submit
{
	height: 30px;
	padding-top: 5px;
}
#NetWork
{
	border: 1px solid #9ACB00;
	line-height: 24px;
	padding: 10px;
}
#Result
{
	border: 1px solid #9ACB00;
	display: none;
	line-height: 30px;
	margin: 10px auto;
}
#Error
{
	border: 1px solid #CA0007;
	color: red;
	width: 300px;
}