@CHARSET "UTF-8";
#statusbox .statusbox-background {
	background-color: #999999;
	border-radius: 6px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	height: 83px;
	position: fixed;
	_position: absolute;
	z-index: 2001;
}
#statusbox .statusbox-frame {
	background-color: #E8FFFF;
	border: 1px solid #BBBBBB;
	border-radius: 6px;
	height: 73px;
	position: fixed;
	_position: absolute;
	z-index: 2002;
}
#statusbox .statusbox-frame img {
	margin-left: 8px;
	margin-top: 18px;
}
#statusbox .statusbox-text {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	position: fixed;
	_position: absolute;
	z-index: 2003;
}