#imp_modal_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;
}
#imp_modal_overlay[id] { position: fixed; }


#imp_modal {
	z-index: 50001;
	background-color: #fff;
	border: 3px solid #ccc;
		
}
#imp_modal_header {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	position: relative;
	padding: 33px 35px 10px 35px;
	padding-right: 45px;
}
#imp_modal_close {
	position: absolute;
	right: 20px;
	top: 18px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	display: -moz-inline-box;
	display:inline-block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/close.png) no-repeat;
}
#imp_modal_close:hover {
	background-position: -23px;
}
#imp_modal_content {
	padding: 20px 35px 15px 35px;
	overflow: visible;	
	position: relative;
}
#imp_modal_loader {
	position: absolute;
	top: 57%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;	
	background: url(../i/loader.gif) no-repeat center;
}