/* SimpleModal Styles */
#simplemodal-overlay{ 
	background-color:#000; 
	cursor:wait;	
	}

#simplemodal-containerBK {
	height:400px;  
	width:600px; 
	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: #ececec; 
	background:url(../images/x_bg2.png) repeat-x;
	padding-bottom:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #41484f;
	border-right-color: #3b444d;
	border-bottom-color: #3b444d;
	border-left-color: #41484f;
}
	


#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;	
}


