@CHARSET "UTF-8";

.mainBox {
	width: 220px;
	height: 140px;
	background: #EDF7F9 url(../img/boxBg.gif) repeat-x 0 bottom;
	text-align: center;
	padding: 0 0 0 0;
}

.mainBox .top {
	background-image: url(../img/boxTop.gif);
	height: 26px;
	padding: 5px 0 0 7px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #08576F;
	text-align: left;
	font-size: 13px;
}

.button {
	background: url(../img/button.gif);
	height: 23px;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #BEE0E2;
}

.sBox {
	background-image: url(../img/boxTop.gif);
	width: 170px;
	height: 20px;
	display: none;
	padding: 8px 0 0 10px;
	color: #08576F;
	text-align: left;
}

html body {
	_background-attachment: fixed;
}

#mBoxTip,#sBoxTip {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	border: 1px solid #B4D9ED;
	font: bold 13px Arial;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop +  
     document.documentElement.clientHeight -  
     ( parseInt(this.currentStyle.bottom, 10)||  0 )-  
    (parseInt(this.currentStyle.height, 10)||  0 )-  10 ) );
}
