@charset "utf-8";

#ClickMe {

}
#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.10;
	filter: alpha(opacity=80);
}
#code {
	width: 60%;
	
	display: none;
	z-index: 1002;
}
.close1 {
float:right;
	height: 60px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.goodtxt {
	text-align: center;
}
.goodtxt p {

}
.code-img {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 240px;
}
