.myAlertC {
	position:fixed;
	width:100%;
	min-width:320px;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0%,0%,0%,0.4);
	z-index:99999;
	display:none;
}

.myAlertM {
	position: fixed;
	width: 100%;
	min-width: 320px;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0%,0%,0%,0.4);
	z-index: 99999;
	display: none;
}

.AlertBox {
	position: absolute;
	width: 400px;
	min-height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	background-color: #FFF;
	border: 2px solid #3163e4;
	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+ */
	box-shadow: 5px 10px 8px #333333;
}

.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: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	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+ */
}

.butLayout {
	position: relative;
	overflow: hidden;
	width: 190px;
	margin: auto;
	margin-top: 20px;
}

	.butLayout > div {
		float: left;
	}


.butLayout1 {
	position: relative;
	overflow: hidden;
	width: 190px;
	margin: auto;
	margin-top: 20px;
}

	.butLayout1 > div {
		margin: auto;
	}

.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;
	}