@charset "utf-8";
/* CSS Document */
section{
	display:block;
}
*{
	padding:0px;
	margin:0px;
	list-style:none;
	}
body,td,th {
	font-size: 12px;
	color: #666;
	font-family: "宋体";
}
html {
	background-color: #fff;
}

a{
	color:#666;
	text-decoration: none;
}
/*a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}*/
.input{
	border: 1px solid #ccc;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #666;
	height: 20px;
	text-indent: 5px;
}
textarea{
	border: 1px solid #ccc;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-indent: 5px;
}
img{
	border:none;
}
select{
	color:#666;
	font-size:12px;
	line-height:18px;
}
.radio{}
.checkbox{
	border:none;
}
/*module{
	position:relative;
	width:20px;
	height:20px;
	display:block;
	background-color:#CCC;
}*/

section,aside,nav,small,article{
	display:block;
}