html,body,ul,li,div,ol,h1,h2,h3,h4,h5,input,dt,dl,dd,p{
	margin:0px;
	padding:0px;
}
body,html{
	background:#FFF;
	font-size:13px;
	font-family: "微软雅黑";
	color:#666666;
}
h1,h2,h3,h4{
	font-weight:normal;
}
ul{
	list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr{
    display: table-row;
    vertical-align: inherit;
}
textarea{
	border-color: #ddd;
}