#floatBoxBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
	z-index: 10;
}
.floatBox {
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #fc9;
	z-index: 20;
}
.floatBox .floatTitle {
	height: 20px;
	padding: 0 10px;
	background: #f90;
	color: #fff;
}
.floatBox .floatTitle h4 {
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.floatBox .floatTitle span {
	float: right;
	margin-top: 3px;
	cursor: pointer;
}
.floatBox .floatContent {
	background: #fff;
}
