.Alert{
	position:fixed;
	width:100%;
	min-width:320px;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0%,0%,0%,0.6);
	z-index:99999998;/*99999*/
	display:none;
}

#Alert{
	position:fixed;
	width:100%;
	min-width:320px;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0%,0%,0%,0.6);
	z-index:99999998;/*99999*/
	display:none;
}

#Alert2{
	position:fixed;
	width:100%;
	min-width:320px;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0%,0%,0%,0.6);
	z-index:99999998;/*99999*/
	/**/display:none;
}

#Alert3{
	position:fixed;
	width:100%;
	min-width:320px;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0%,0%,0%,0.6);
	z-index:99999998;/*99999*/
	display:none;/**/
}

#Alert4{
	position:fixed;
	width:100%;
	min-width:320px;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0%,0%,0%,0.6);
	z-index:99999998;/*99999*/
	display:none;/**/
}

.AlertBox{
	position:absolute;
	width:250px;
	min-height:100px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-125px;
	background-color:#FFF;
	border-radius:15px;
	padding-bottom:20px;
	overflow:hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.AlertBox2{
	position:relative;
	width:90%;
	max-width:500px;
	min-height:100px;
	top:50%;   
    -webkit-transform:translateY(-50%); /* Chrome, Safari, Opera */
    -moz-transform:translateY(-50%); /* Safari/Chrome, other WebKit */
    -ms-transform:translateY(-50%); /* IE 9 */
    transform:translateY(-50%);	
	margin:auto;
	/*margin-top:-150px;
	margin-left:-250px;*/
	background-color:#FFF;
	border-radius:15px;
	padding-bottom:20px;
	overflow:hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.AlertTitle{
	margin-top:15px;
	background-color:#F60;
	height:25px;
	font-size:20px;
	line-height:25px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

.AlertContent{
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:25px;
	font-size:16px;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.AlertBox2 .AlertContent{
	margin-top:10px;
	padding-left:30px;
	padding-right:30px;
	line-height:25px;
	font-size:16px;
	text-align: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


.butLayout{
	position:relative;
	overflow:hidden;
	width:190px;
	margin: auto;
	margin-top:15px;
}
.butLayout>div{
	float:left;
}

.AlertCloseBur{
	position:relative;
	margin-top:15px;
	margin-left:80px;
	width:90px;
	height:40px;
	background-color:#1952db;
	color:#FFF;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	cursor:pointer;
}
.AlertCloseBur:hover{
	position:relative;
	margin:auto;
	margin-top:15px;
	width:90px;
	height:40px;
	background-color:#39F;
	color:#FFF;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	cursor:pointer;
}


.AlertButBetermine{
	margin:auto;
	width:90px;
	height:40px;
	background-color:#1952db;
	color:#FFF;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	cursor:pointer;
	margin-right:10px;
}
.AlertButBetermine:hover{
	background-color:#39F;
}

.AlertButCancel{
	margin:auto;
	width:90px;
	height:40px;
	background-color:#F30;
	color:#FFF;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	cursor:pointer;
}
.AlertButCancel:hover{
	background-color:#F60;
}