#simplemodal-overlay {
	background-color:#000; 
}
#simplemodal-container {
	background-color:#fff; 
	border:3px solid #ccc;
}
a.modalCloseImg {
	background:url('../img/x.png') no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-12px; 
	right:-14px; 
	cursor:pointer;
}
#model-content { 
	display:none;
	background:#fff;
	color:#000;
}
