.super-modal-data {
	display: none;
}

#super-modal {
 	width: 100%;
 	height: 100%;
 	position: fixed;
 	top: 0px;
	left: 0px;
	z-index: 99999;
}

#super-modal > .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	z-index: 99;
}

#super-dialog {
	position: absolute;
	min-width: 250px;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px #000000;
	border-radius: 5px;
	z-index: 100;
	left: 50%;
	top: 20%;
}

#super-dialog .content {
	padding: 20px;
}