#noticeOverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	z-index:99999;
	filter: alpha(Opacity=10);
	opacity:0.1;
}
#noticeWraper {
	position: fixed;
	width:100%;
    height:100%;
    text-align: center;
    transition: display 0s ease 0s, opacity 500ms linear 0s;
    z-index: 99999;
    top:0;
    left:0;
}
#noticeWraper #contLoad{
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	width:100px;
    height:80px;
    border-radius:20px;
    background-color: #242424;
    display:inline-block;
    background-position:center center;
    opacity:0.6;
    top:50%;
    margin-top:-40px;
    position:absolute;
    left:50%;
    margin-left:-50px;

}

#noticeWraper #contCenter {
	 width:60%;
	 background-color: #242424;
    border-radius: 1.4em;
    color: #f4f4f4;
    display: inline-block;
    font-size: 16px;
    left: 40px;
      padding: 10px 15px;
  line-height: 1.5;
    margin-top: -1.4em;
    opacity: 0.7;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 50%;
    transition: display 0s ease 0s, opacity 500ms linear 0s;
    z-index: 99999;
    margin:0 auto;
}
.t_success {
	background-position:-6px 0;
}
.t_fail {
	background-position:-6px -108px;
}
.t_wait {
	background-position:-6px -214px;
}
.t_alert {
	background-position:-6px -54px;
}
