.simplemodal-overlay
{
	background:#ACACAC;
}
.simplemodal-container
{
	background-color:#FFFFFF;
	border:8px solid #444444;
	padding:12px;
	font-family: Tahoma;
}
.simplemodal-wrap
{

}
.simplemodal-data
{

}
.simplemodal-data h2
{
	color:#2E8B57;
	font-family:tahoma;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.simplemodal-data p
{
	color:#DCDCDC;
	font-family:tahoma;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.simplemodal-data a
{
	color:#DCDCDC;
	font-family:tahoma;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#simplemodal-container a.modalCloseImg {
	background:url("../images/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;
}
