.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; z-index: 800; }

.modalPopup {  border-width: 2px; padding: 3px; width: 400px; z-index: 900; }

.popupContent { padding: 0px 20px 20px 20px; clear: both; height: 300px; overflow-x: hidden; z-index: 1000; }

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

div.popup_wrap {
	width:618px;
	height:480px;
	position:relative;
	}


div.popup_wrap_tp {
	width:618px;
	height:4px;
	background-image:url(../images/global/blocks/popup-top.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:0px;
	line-height:0px;
	}
	
div.popup_wrap_lm {
	position:relative;
	float:left;
	height:100%;
	width:597px;
	padding:5px 10px 5px 10px;
	background-image:url(../images/global/blocks/block_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFF;
	border-left:1px solid #ccc;
	}
	
div.popup_wrap_lb {
	float:left;
	width:618px;
	height:7px;
	background-image:url(../images/global/blocks/popup-bottom.png);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
	}


div.popup_img_bl {
	float:left;
	position:relative;
	width:562px;
	height:387px;
	border:1px solid #ccc;
	margin-left:13px;
	text-align:center;
	padding-top:17px;
	}
	
	
div.popup_caro {
	float:left;
	position:relative;
	width:562px;
	height:47px;
	margin-left:13px;
	}

div.popup_caro_l {
	float:left;
	position:relative;
	width:25px;
	height:30px;
	padding-top:17px;
	}

div.popup_caro_m {
	float:left;
	position:relative;
	width:512px;
	height:30px;
	text-align:center;
	font-size:1.1em;
	color:#333;
	font-style:italic;
	padding-top:17px;
	}

div.popup_caro_r {
	float:left;
	position:relative;
	width:25px;
	height:30px;
	padding-top:17px;
	}
	
	
 img {border:0;}