.AdvancedBox {
	position: relative;
	/*border: solid 2px #0486a7;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
	background: url(images/advancedBG.jpg) no-repeat right top;
	background-color:#d9ebf4;
}
.BannerOffsetAdvanced {
	position: absolute;
	top: -7px;
	right: -7px;
}
