<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SimpleModal Styles */
#simplemodal-overlay{ 
	background-color:#000; 
	cursor:wait;	
	}

#simplemodal-containerBK {
	height:400px !important; 
	width:600px !important; 
	left:50%; 
	top:15%; 
	margin-left: 0px; 
	background-color:#ffffff; 
	border:3px solid #ccc; 
	padding-bottom:20px;}
	
#simplemodal-container {
	height:400px;
	width:600px;
	left:50%;
	top:15%;
	margin-left: 0px;
	background-color: rgba(0, 0, 0, 0.49);
	/* background:url(../images/x_bg2.png) repeat-x; */
	padding-bottom:20px;
	border: 3px solid rgb(0, 0, 0);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
}
	


#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; -
	behavior: url(/js/iepngfix.htc);
	width:48px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}


</pre></body></html>