
.loginBox{
	padding:25px;
}


#goodcover {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.enlogin {
	width:400px;
	height:380px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	border-radius:5px;
}
.close1 {
	width: 360px;
	height: 20px;
}
.closebt {
	float: right;
}
.closebt img {
	width: 20px;
}

.alert-box{
	width:240px;
	height:240px;
	margin:0 auto;
}

.alert-box img{
	width:100%;
	height:100%;
}

.alert-box-text{
	text-align:center;
	font-size:18px;
	padding-top:15px;
}
