#elegance-modal-wrap{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#333;
	z-index:1000;
	opacity:0.7;
}

#elegance-modal{
	width:500px;
	height:500px;
	left:50%;
	top:50%;
	z-index:1001;
	position:fixed;
}
#elegance-modal-box{
	width:100%;
	height:100%;
	background:#fff;
	position:relative;
	padding:0;
}

