#popup {width: 597px;
	height: 285px;
	position: fixed;
	top: 152px;
	z-index: 99999999999;
	left: 50%;
	margin-left: -296px;
	text-align: center;
	overflow-y: visible;
	opacity:0.90;filter:alpha(opacity=90); display: block
	}


* html #popup {position: absolute}

#popup #border {
	padding: 10px;
	text-align: left;
	border: 2px solid #fff; 
	background: #303030;
	color: #ffffff;
	font-size: 13px;
	line-height: 25px;
	}
	
	
#popup #border h1 {
		color: #d7e7eb;
		font-weight: normal;
		font-size: 35px;
		line-height: 37px;
	}
	
#popup #border h2 {
	color: #ffffff;
	text-transform: none;
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
}

#popup #border a {color: #d7e7eb;}

#popup #border p {margin: 1.2em 0;}

#popup #shadow {
	background: url(../img/popup-shadow.png) bottom right; 
	padding: 0 5px 5px 0}
	
#popup img {float: right; border: solid 2px; margin: 0 0 15px 15px;}

#popup #close {float: right;  padding-right: 4px; padding-bottom: 4px; margin-right: 7px ;
	margin-top: -5px; background: url(../img/popup-shadow.png) bottom right}

* html #popup #shadow {background: none}

* html #popup #close {background: none}

#popup #close a {text-decoration: none; color: #2b2623; cursor: pointer; padding: 4px 8px; background-color: #fff}