body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}
/* Container */
#simplemodal-container {

	width:400px;
	background-color:#ffffff;
	border:3px solid #0099CC;
}
#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat;
	width:29px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-15px;
	cursor:pointer;
}
#simplemodal-container #modalBox {
	padding:8px;
}
