#simplemodal-overlay
{
	background-color:#000;
}

#simplemodal-container
{
	border: none;
	/*padding: 3px;*/
	background-color: white;
}

#simplemodal-container a.modalCloseImg {
	background:url(/illahee/images/site/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
