#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#CCC; border:8px solid red; padding:12px;}


#simplemodal-container a.modalCloseImg {
	background:url(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;
}

#popup {
	text-align:center;
	display: none;
	color: #333;
}
#popup a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
#popup a:hover { text-decoration: underline; }
