
.cp-popup {
	position:absolute;
	display:none;
	padding:20px 25px 15px 40px;
	z-index:2000;
	text-align: left;
	width:285px;
	height:304px;
	background:url(popup.png) no-repeat;
	border-style:none;
	background-color: transparent\9;		padding-left: -165px;		/* padding-left: 250px; */		/*border:#aaa;*/
	/*border:1px solid #aaa;*/
	/*border-radius:10px;*/
}
.cp-popup .header {
	text-align: right;
}

.cp-popup .header a{
	cursor: pointer;
}
.cp-popup .pop_icon{
	width:160px;
	height:166px;
	margin:-45px 0 0 -45px;
}


#cp-popup-modalbg {
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1999;
	/*background:#000;*/
	/*opacity:.5;*/	
}

.popup_icon01{
	background:url(icons/popup_ionic.png) no-repeat;
	width:160px;
	height:166px;	
}

.transparent {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;

}


/* ///// Translation ///// */
/*
.cp-popup #topborder {
	background:url(popup_top.png) no-repeat;
	width:347px;
	height:15px;	
}
.cp-popup #middle {
	background:url(popup_middle.png);
	width:347px;
	height:317px;	
}
.cp-popup #bottomborder {
	background:url(popup_bottom.png) no-repeat;
	width:347px;
	height:15px;
}
*/