body {
	height:100%;
	margin:0;
}
h3 {
	color:#5f87ae;
	font-size:1.6em;
	padding:0;
	margin:0;
}
#basic-modal-content {
	display:none;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}

#simplemodal-container {
	height:570px; /* Container edt here for height of popup */
	width:800px; /* Container edt here for width of popup */
	color:#bbb;
	background-color:#000;
	border:4px solid #000;
	padding:12px;
}
#simplemodal-container code {
	background:#141414;
	border-left:1px solid #000;
	color:#bbb;
	display:block;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}
#simplemodal-container #basic-modal-content {
	padding:8px;
}
