@charset "utf-8";
/* CSS Document
build20120601_001
*/

* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	vertical-align: middle;
}
/* 元素 */
a, label, input, button, select, textarea, span, em, i, strong, img {
	outline: none;
	display: inline-block;
	resize: none;
	font-style: normal;
}
a {
	text-decoration: none;
blr: expression(this.onFocus=this.blur());
}
a:hover {
	text-decoration: underline;
}
/* 列表 */
ul {
	list-style: none;
}
ul li {
	display: block;
}
/* 表格 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 浮动 & 清除 */
.fr {
	float: right;
}
.fl {
	float: left;
}
.clr {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	height: 0px;
	display: inline;
}
/* 定位 */
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
/* 间距 .ma .mt .mb .ml .mr */
.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}
.mb10 {
	margin-bottom: 10px;
}
/* 透明 */
.tra {
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
