@charset "utf-8";

#floatHtmlContainer {
	position: absolute;
	z-index:50;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}

#floatHtmlDiv {
	overflow: hidden;
	float: left;
	margin: -34px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

#floatHtmlInner {
	overflow: hidden;
	float:left;
	border: none;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
