
*html .baseMessage {
	position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.baseMessage {
	height:53px;
	overflow:hidden;
	padding:5px 15px 5px 10px;
	display:none;
	position:fixed;
	top:35%;
	left:50%;
	z-index:1000;
}
.baseMessage .icon_ok {
	background:url(http://jskejing.com/img/tip_layer.png) no-repeat -7px 0;
	_background:url(http://jskejing.com/img/tip_layer.gif) no-repeat -7px 0;
	height:53px;
	display:inline-block;
	width:44px;
	vertical-align:middle;
}
.baseMessage .icon_warn {
	background:url(http://jskejing.com/img/tip_layer.png) no-repeat -7px -54px;
	_background:url(http://jskejing.com/img/tip_layer.gif) no-repeat -7px -54px;
	height:53px;
	display:inline-block;
	width:44px;
	vertical-align:middle
}
.baseMessage .icon_error {
	background:url(http://jskejing.com/img/tip_layer.png) no-repeat -7px -108px;
	_background:url(http://jskejing.com/img/tip_layer.gif) no-repeat -7px -108px;
	height:53px;
	display:inline-block;
	width:44px;
	vertical-align:middle
}
.baseMessage .icon_txt {
	background:url(http://jskejing.com/img/tip_layer.png) 0 -161px;
	_background:url(http://jskejing.com/img/tip_layer.gif) 0 -161px;
	height:53px;
	line-height:53px;
	display:inline-block;
	padding:0 10px;
	vertical-align:middle;
	min-width:50px;
	font-size:14px;
	font-weight:bold;
	color:#606060;
}
.baseMessage .icon_r {
	background:url(http://jskejing.com/img/tip_layer.png) no-repeat 0 0;
	_background:url(http://jskejing.com/img/tip_layer.gif) no-repeat 0 0;
	height:53px;
	display:inline-block;
	width:6px;
	vertical-align:middle;
}
.upIcon {
	background:url(http://jskejing.com/img/up.gif) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}
.downIcon {
	background:url(http://jskejing.com/img/down.gif) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}
.deleteIcon {
	background:url(http://jskejing.com/img/delete.gif) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}
.bb {
   padding-top: 16px;
    font-size: 36px;
    color: rgb(36, 110, 36);