#_atssh{display:none}

.float_button_top {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 10px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.float_button_above {
	text-align: center;
	position: absolute;
 
}
.float_button_bottom {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin: -10px 0 0 0;
	padding: 0 !important;
	z-index: 1000;
}
.float_button_anchor {
	position: relative;
}
.float_button_anchor_empty_div {
	position: relative;
	width: 100%;
	height: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.float_button_nopadding {
	padding: 0 !important;
}
.flash_banner {
	padding: 0 !important;
}

/* following class used by # .../general/general.page_loading.include.jsp */
.RZloadingPosition {
	position: relative;
}
#RZloading {
	top:100px;
	left:0px;
	width: 100%;
	position:absolute;
	z-index:10;
}
.RZloadingCenter {
	width: 190px;
	margin: 0 auto;
}
.RZloadingMargin {
	padding: 5px;
	background: #FFF;
}
.RZloadingBox {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:5px 5px 8px #777;
	-webkit-box-shadow:5px 5px 8px #777;
	box-shadow:5px 5px 8px #777;
	background:url(../../general/images/loading-spin.gif) no-repeat scroll 104px 4px #fff;
	border:2px solid #aaa;
	width:175px;
	height:65px;
}
.RZloadingBox P {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #777;
	margin: 22px 0 0 5px;
}