* {
  margin: 0;
  padding: 0;
}

.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  padding-top: 10px;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  background-color: #fff;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
	position:absolute; 
	right:2%; 
	top:6%; 
	margin-top:-12px; 
	width:24px; 
	height:24px; 
	background:url(../img/btn-close-search.png) 50% 50% no-repeat; 
	text-indent:-9999px
}

a.btn_timer {
	text-align: center;
	display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    color:#5a5a5a; 
    background-color: #ffffff; 
    border: 1px solid #b6b6b6;
}