.Floating {
	position: absolute;
	z-index: 999;
	display: none;
}

.Floating.FTop {
	top: 5px;
	left: 50%;
}

.Floating.FLeft {
	left: 0px;
}

.Floating.FBottom {
	bottom: 5px;
	left: 50%;
}

.Floating.FRight {
	right: 0px;
}

.Floating.FBotLeft {
	left: 0px;
}

.Floating.FBotRight {
	right: 0px;
}

.Floating.FLeft .CloseBtn,.Floating.FBotLeft .CloseBtn {
	position: absolute;
	top: -20px;
	right: 2px;
	color: #b40d0d;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	width: 18px;
	font-size: 23px;
	height: 18px;
	line-height: 18px;
}

.Floating.FRight .CloseBtn,.Floating.FBotRight .CloseBtn {
	position: absolute;
	top: -20px;
	left: 0px;
	color: #b40d0d;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	width: 18px;
	font-size: 23px;
	height: 18px;
	line-height: 18px;
}