#modalMask {
	-khtml-opacity: 		0.6;  
	-webkit-opacity: 		0.6;
	-moz-opacity: 			0.6;
	-ms-filter:				"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: 				alpha(opacity=60);
	opacity:				0.6;
	background-color:		#333333;
	bottom:					0;
	display:				none;
	left:					0;
	position:				fixed;
	right:					0;
	top:					0;
	z-index:				200;
}
#modalContainer {
	-moz-box-shadow: 		0px 0px 8px 2px #000000;
	-webkit-box-shadow: 	0px 0px 8px 2px #000000;
	box-shadow: 			0px 0px 8px 2px #000000;
	display:				none;
	left:					50%;
	min-width:				200px !important;
	padding:				0;
	position:				fixed;
	top:					50%;
	z-index:				201;
}
#modalInner {
	background-color: 		#ffffff;
}
#modalTitleBar {
	background: 			#ffffff url(../images/modalTitleBarBG.png) repeat-x;
	color: 					#6c6c6c;
	font-weight: 			bold;
	height: 				1.5em;
	padding: 				14px;
	position: 				relative;
}
#modalTitle {
	font-size: 				24px;
}
#modalClose {
	background:				url(../images/close.gif) no-repeat;
	cursor: 				pointer;
	display: 				none;
	float: 					right;
	height:					21px;
	width:					23px;
}
#modalContent {
	min-width:				186px !important;
	overflow-x:				visible;
	overflow-y: 			auto;
	padding: 				0 7px;
	position: 				relative;
}

#modalContainer.loading #modalContent {
	background:				#FFF url(../images/ajax-loader.gif) center center no-repeat;
	min-height:				100px;
}
#modalClose {
/*	background:#ce1126 !important;
*/
	color:#FFF;
	text-align:center;
	font-size:15px;
}

#modalClose i{
	margin-top:2px;
	margin-left:1px;
}

#modalClose:hover{
	background:#9f0b1b !important;

}
.hidden-overlay-content {
    display: 				none;
}
#modalContent iframe {
	border:					none;
	height:					100%;
	overflow-y:				visible;
	width:					100%;
}
