body{
	font-size:12px;
}
a{
	text-decoration:none;
	color:blue;
}
a:hover{
	text-decoration:underline;
	color:#093;
}
h2{
	font-size:12px;
	background:url(../img/h2_bg.gif);
	text-align:center;
	margin:0 0 3px 0;
	line-height:16px;
}
input, textarea{
	border-width:1px;
	background-color:#F6F6FF;
	behavior:url(../js/input.htc);
}
label{
	cursor:pointer;
}
table{
	font-size:12px;
}
hr{
	color:green;
}
/*页头*/
.header{
	margin:0 -10px 0 -10px;
	padding:0;
	height:100px;
	width:9%;
}
/*数据表格*/
.list{
	width:100%;
}
.list th{
	background:url(../img/h2_bg.gif);
}
/*分页*/
.pages{
	text-align:right;
}
.pages a{
	background:#EDF;
	border:2px solid #CCF;
	padding:0 2px;
	line-height:20px;
}

/*登陆页面*/
.login{
	background:#EEF;
	padding:0 0 6px 0;
}
.login table{
	width:100%;
}
.login td{
	width:50%;
}
/*提示信息*/
#tipbox{
	border:2px dashed #33F;
	background:#DDF;
	padding:5px 5px 5px 20px;
	overflow:hidden;
}
#tipbox .tip{
	font-weight:bold;
}
.foot{
	margin-top:15px;
	float: left;
	width: 99%;
	padding-top:4px;
	text-align:right;
	border-top:1px dotted lightblue;
	font-family:微软雅黑, 宋体, Verdana, Arial;
	clear: both;
}
/**************/
.stt{
	display:none;
}