#Ageloading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 0.85;
	z-index: 1010;
}

.Agewindow {
	background: rgba(255, 255, 255, .39);
	padding: 13px;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	margin-left: -240px;
	top: 20%;
	width: 454px;
	z-index: 1011;
}

.Agewindow .Agecolor_bg {
	padding: 13px;
	border-radius: 5px;
}

.Agewindow .Agemain {
	background: rgba(255, 255, 255, .75);
	border-radius: 5px;
	padding: 20px;
}

.Agewindow .Agetitle {
	font-family: Cambria;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	color: #010101;
	margin-bottom: 30px;
}

.Agewindow .Agechoice {
	text-align: center;
}

.Agewindow .Agesubmit {
	min-width: 30px;
	height: 40px;
	font-family: Cambria;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	border-radius: 5px;
	padding: 0 10px 2px 10px;
	margin: 0 6px;
	outline: none;
}