/*弹出成功*/
.Successbox{
	width: 260px;
	background: #f0f9eb url(../img/SuccessGreen.png) no-repeat 20px center;
	border: 1px solid #e1f3d8;
	height: 46px;
	line-height: 46px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-indent: 50px;
	position:fixed;
	left: 50%;
	margin-left: -130px;
	top: -50px;
	z-index: 9999999999999999999999999;
}
/*弹出失败*/
.errorbox{
	width: 260px;
	background: #ffeeee url(../img/error.png) no-repeat 20px center;
	border: 1px solid #f6dddd;
	height: 46px;
	line-height: 46px;
	border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-indent: 50px;
	position:fixed;
	left: 50%;
	margin-left: -130px;
	top: -50px;
	z-index: 9999999999999999999999999;
}
/*弹出警告*/
.warning{
	width: 260px;
	background: #fdf5e6 url(../img/warning.png) no-repeat 20px center;
	border: 1px solid #fdedcf;
	height: 46px;
	line-height: 46px;
	border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-indent: 50px;
	position:fixed;
	left: 50%;
	margin-left: -130px;
	top: -50px;
	z-index: 9999999999999999999999999;
}
.loadBg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3) url(../images/load.gif) no-repeat center;
	display: none;
}
