body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 12px;
	line-height: 1.25;
	font-family:'microsoft YaHei',simhei,sans-serif;
}

th,td {
	text-align: left;
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'microsoft YaHei',simhei,sans-serif;
	font-size: 1em;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}

blockquote {
	margin: 0 0 1em 0;
}

a {
	color: #379be9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: inline-block;
	border: 0;
}

ol,ul,li {
	list-style: none;
}

ol {
	padding: 0 0 0 2em;
}

em,strong {
	font-style: normal;
	font-weight: normal;
}

select {
	line-height: 25px;
}

input {
	vertical-align: middle;
}

textarea,input[type="text"],input[type="password"],input[type="file"],select{
	background-color: #FFFFFF;
	border: 1px solid #C8C8C8;
}

table{
	border-collapse: collapse;
}

body {
	min-width: 1000px;
}

html,body{
	width:100%;
	height:100%;
}