@charset "utf-8"; 

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
	pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0
}

body, button, select, textarea {
	font: 13px "Microsoft Yahei", "SimSun", Tahoma, Helvetica, Arial,
		"\5b8b\4f53", "宋体", ans-serif
}

p {
	line-height: 26px
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

address, cite, dfn, em, var {
	font-style: normal
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

ul, ol, li, dl {
	list-style: none
}

a {
	text-decoration: none;
	color: black;
	outline: 0
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

fieldset, img {
	border: 0
}

button, select, textarea {
	font-size: 100%
}

input {
	overflow: visible;
	vertical-align: middle;
	outline: 0;
	font-family: "Microsoft Yahei";
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	overflow-y-xxxxxx: scroll
}

.input, .input:focus {
	padding: 6px;
	border: #ccc solid 1px;
	border-radius: 2px
}

.input:focus {
	border: #06c solid 1px
}

.input-red {
	border: red solid 1px
}

.input-sm {
	width: 15%
}

.input-md {
	width: 35%
}

.input-lg {
	width: 55%
}