#noticeOverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	z-index:99999;
	filter: alpha(Opacity=10);
	opacity:0.1;
}
#noticeWraper {
	position: absolute;
	z-index:100000;
}
#noticeWraper #contLeft {
	width:45px;
	position: absolute;
	left: -45px;
	height: 54px;
	background-image: url(bg.png);
	background-repeat: no-repeat;
}
.t_wait #contLoad{
	background-image: url(wait.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 54px;
	
}
#noticeWraper #contRight {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
	position: absolute;
	right: -6px;
	height: 54px;
}
#noticeWraper #contCenter {
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: 0 -161px;
	height:54px;
	line-height:54px;
	font-size: 12px;
	padding-right: 13px;
	padding-left: 10px;
	font-family:'微软雅黑',arial;
	float:left;
}
.t_success {
	background-position:-6px 0;
}
.t_fail {
	background-position:-6px -108px;
}
.t_wait {
	background-position:-6px -214px;
}
.t_alert {
	background-position:-6px -54px;
}
