#modal_modal .modal-shadow {
	background: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#modal_modal .modal-overlay {
	position: absolute;
	z-index: 10030;
	background: #ffffff;
	border: 1px solid #ffffff;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px#000000;
	box-shadow: 0 0 5px #000000;
}
#modal_modal .modal-loader-popup, #modal_modal .modal-loader {
	background: transparent url("images/loader_layer.gif") center center no-repeat;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10020;
}
#modal_modal .modal-loader{
	display:inline-block;
	top: 50% !important;
	background: transparent url("images/loader_layer.gif") center center no-repeat;
	width: 100px;
	height: 100px;
}
#modal_modal .m-close, #modal_modal .m-close-label {
	background: url("../../../../skin/frontend/zonda/default/css/jquery/images/close-slideshow.png") center center no-repeat;
	width: 25px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	z-index: 10030;
}
.modal-overlay{padding:10px 30px;}
.modal-overlay .layer-title{background:#00d100;min-height:25px;padding-top:5px;}
.modal-overlay .layer-600{width: 600px;}
.modal-overlay .layer-700{width: 700px;}
.modal-overlay .layer-800{width: 800px;}
.modal-overlay .layer-900{width: 900px;}
.layer-wrapper .layer-title{font-size:16px;font-weight:bold;color:#FFFFFF;text-align:center;}


