
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background:url(../image/pupBackground.png);
  z-index:1001;
  display:none;
}
.cd-popup-container {
  display:none;
  border-radius:4px;
  position: relative;
  width: 360px;
  margin: 0 auto;
  top:30%;
  border:0px solid #000;
  padding:0px;
  background: #FFF;
  overflow: hidden;
  opacity: 1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  text-align: center;
  z-index:99;
}
.cd-popup-container .cd-popup-close,.cd-popup-cont .cd-popup-close{
	width: 25px;
	height: 25px;
  position: absolute;
  top:8px;
  right:10px;
  z-index:99;
  overflow:hidden;
  background: url(../image/popup-close.png) no-repeat 16px;
  background-position: -3px 0px;
  background-size: 30px;
}
.cd-popup-container h4{
	color:#666;
	width:100%;
	height:45px;
	line-height:45px;
	margin-top: 5px;
	margin-bottom:10px;
	font-size:16px;
	text-align: left;
	text-indent: 18px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom:1px solid #e7e7e7;
	font-weight: normal;
}
.ope-popup{
	width:100%;
	margin:20px auto;
	text-align:center;
}
.ope-popup input[type="button"]{
	width:70px;
	height:32px;
	line-height: 30px;
	margin:0 8px;
	border-radius:16px;
	text-indent: 0;
}
.ope-popup .confirm-btn{
	border:1px solid #601E54;
	background: #601E54;
	color:#fff;
}
.ope-popup .cancel-btn{
	border:1px solid #e5e5e5;
	background: #fff;
	color:#999 !important;
}
.ope-popup .cancel-btn:hover{
	border:1px solid #e5e5e5;
	background: #f7f7f7 !important;
	color:#999;
}