#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#fff1df; cursor:wait;}

/* Container */
#simplemodal-container {
		height:400px;
		width:800px;
		background:#fff;
		border-top:10px solid #f39e00;
		border-bottom:10px solid #f39e00;
}

#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
