#modalOverlay {
	background-color: #000000;
	opacity: 0.5;
	width:100%;
    height:100%;
    filter:alpha(opacity=50);
    text-align: center;
}

#modalWindow {
	background-color: #000000;
	padding: 0px 10px;
	color: #ffffff;
	font-family: Arial;
	position: fixed !important;
}

#modalWindow .titlebar {
	padding: 5px;
	font-weight: bold;
}

#modalWindow .closeBtn {
	display: block;
	float:right;
	width: 20px;
	height: 20px;
	background-image: url(/cms/images/close.gif);
	margin-top: 3px;
}

.modalOverlay_process {
	background-image: url(/cms/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
