@charset "utf-8";
/* CSS Document */
.overlay {
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999 !important;
}
.OverlayWrapper {
	padding: 40px 0 0;
}
.boxclose {
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	z-index: 9999 !important;
	height:28px;
}
.boxclose i {
	float: right;
	color: #786650;
	font-size: 28px;
}
.box {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background-color: #fff;
	box-sizing:border-box;
	z-index: 99999 !important;
}
.box .Col3 {
	width:33%;	
}
.box input,.box  select,.box  textarea {
	padding:12px 15px;
}	
.box  select {
	height:50px;	
}