/* Model Popup Layout */

iframe.model-popup-overlay,
div.model-popup-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:100100;
}

div.model-popup-overlay {
	background-color:#000000;
	filter:alpha(opacity=75);
	opacity: 0.75;
}

iframe.model-popup-overlay {
	background-color: transparent;
	filter:alpha(opacity=01);
	opacity: 0.01;
}

div.model-popup-wrapper {
	background-color:#FFFFFF;
	position:absolute;
	left:50%;
	top:50%;
	z-index:100101;	
}

div.model-popup-wrapper a {
	color:#333333;
	text-decoration:none;
}

div.model-popup-wrapper a:hover {
	color:#0000cc;
}

/* Model Popup Content */

div.model-popup-content {
	padding:2px 9px;
	zoom:100%;
}

/* Model Popup Title */

div.model-popup-title-block {
	width:100%;
	height:25px;
	overflow:hidden;
	margin-bottom:4px;
}

div.model-popup-title-block div.model-popup-title {
	float:left;
}

div.model-popup-title-block div.model-popup-title * {
	display:inline;
}

div.model-popup-title-block div.model-popup-title h2 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin-right:10px;
}

div.model-popup-title-block div.model-popup-title h3 {
	color:#666666;
	font-size:12px;
}

div.model-popup-title-block div.model-popup-close {
	float:right;
}

div.model-popup-title-block div.model-popup-close a {
	background:url(../images/model_popup_close_btn.gif) 100% 0 no-repeat;
	no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:33px;
	width:86px;	
	color:#fff;
	text-indent:-999;
	display:block;
	font-weight:bold;
	padding-right:31px;
}
