@charset "utf-8";
.black {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
	background-image: url(../img/dim.png);
	background-repeat: repeat;
}

.pop-up {
	padding: 10px;
	position: fixed;
	z-index: 10000;
	top: 150px;
	margin: 20px auto;
}
.pop-up .pnl1{ -moz-box-shadow: 0 0 10px #1c78bd;
  -webkit-box-shadow: 0 0 10px #1c78bd;
  box-shadow: 0 0 10px #1c78bd;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	behavior: url(js/PIE.html);}

.close-btn {
	background-image: url(../img/fancy_close.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: inline-block;
	position: absolute;
	left: -5px;
	top: 25px;
}



