#ad, #ad2, .BayWindow-L, .BayWindow-R, .BayWindow-F-B {
	z-index: 99;
	position: absolute;
}
.noticeClose {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
	margin-top: 10px;
	padding: 3px 8px;
	font-size: 9px;
	cursor: pointer;
	color: #f38a8a;
	z-index: 9;
}
.noticeClose:hover {
	color: #fbcbcb;
}
.BayWindow-R {
	position: fixed;
	right: 0;
	top: 300px;
	padding: 10px
}
.BayWindow-L {
	position: fixed;
	left: 0;
	top: 300px;
	padding: 10px
}
.BayWindow-RB {
	position: fixed;
	right: 60px;
	bottom: 0;
	padding: 10px;
}
.BayWindow-RB2 {
	position: fixed;
	right: 60px;
	bottom: 125px;
	padding: 10px;
}

.BayWindow-F-B {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 266px;
	padding: 25px 20px 20px 20px;
	color: #fff;
	text-align: center;
	background-color: #f83131;
	z-index: 1;
}
.BayWindow-F-B-Header {
	position: relative;
	font-size: 18px
}
.BayWindow-F-B-Main {
	font-size: 14px;
	line-height: 26px;
	padding-top: 5px;
	text-align: left;
}
.BayWindow-F-B-Main p {
	text-indent: 2em;
}