* {
	word-wrap: break-word;
}
body {
	background: #EBEDF0 url("../images/background.png") repeat-x 0 -33px;
}
body, input, button, select, textarea {
	font: 12px/1.5 Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;
	;
	color: #444;
}
textarea {
	resize: none;
}
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
	margin: 0;
	padding: 0;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
caption, th {
	text-align: left;
	font-weight: 400;
}
ul li, .xl li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
em, cite {
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none; color: #42BD56;
}
a img {
	border: none;
}
label {
	cursor: pointer;
}
.z {
	float: left;
}
.y {
	float: right;
}
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	zoom: 1;
}

