#overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #36007780;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: 100;
}
#pp {
        display: none;
        position: absolute;
        top: 50px;
        bottom: 50px;
        background: #00c3ff;
        width: 600px;
        height: 460px;
        margin-left: 187px;
	margin-top:  44px;
        z-index: 200;
}
#popupcl {
	float: right;
	padding: 10px;
	cursor: pointer;
}
.popupcontent {
	padding:10px;
}
#btn {
	cursor: pointer;
}
