<style>
/*DivCrea modal window*/
.divcrea-overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(23, 23, 23, 0.600);
	top: 0;
	left: 0;
	z-index: 1001;
	overflow-y: hidden;
}
.divcrea-modal-window
{
	background: #ffffff;
	color: #4D4D4D;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 50%;
    margin-top:8%;
	margin-left:25%;
	/* 	padding: 0px 15px 0; */
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.497);
	-webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.497);
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.497);
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	line-height: normal !important;
	overflow-y: hidden;
}
.divcrea-modal-window IFRAME
{
	width: 100%;
	border: 0px solid black;
	height: 400px;	/*100%;*/
	display: block;
}
.divcrea-modal-window IFRAME::-webkit-scrollbar
{
	width: 0px !important;
}
.divcrea-modal-closebutton
{
	background-color: #EE0000;
	position: absolute;
	+placement: anchor-top-right;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: table;
	border-top-right-radius: 2px;
}
</style>
