#lean_overlay {
	position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#popup, .popup {
    width: 662px;
	height:565px;
	display:none;
  	background:url(../../images/index/popup-bg-1.png) no-repeat;
	padding:35px;
	z-index:1000;
	color:#1c1c1c;
	font-family:tahoma;
	font-size:11px;
}
#popup_content .button-book
{
	float:right;	
}
#popup_content .btm-book
{
	background:url(../../images/index/book-btm-popup.jpg)	no-repeat;
	width:122px;
	height:36px;
	border:none;
}

#popup-header, .popup-header { 
	background: url(../img/hd-bg.png); 
	padding: 18px 18px 14px 18px; 
	border-bottom: 1px solid #CCC; 
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
}

#popup-header  h2, .popup-header  h2 { color: #444; text-align:center; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#popup_content p
{
	color:#1c1c1c;
	font-family:tahoma;
	font-size:11px;
	margin:auto;
}
#popup_content .title-1
{
	color:#828280;
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
}
.info_popup { text-align:center; margin:20px; }      
.close_popup {  background: url("../../images/index/dialog_close_button.png") repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 16px;
    width: 20px;
    z-index: 2;}