/* 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; 
	padding-bottom:20px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
	


#simplemodal-container a.modalCloseImg {
	background:url(../img/x.png) no-repeat;
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:0px; 
	right:0px; 
	cursor:pointer;	
}

