#modal-window {
	position: absolute;
	display: none;
	padding: 10px;
	background: #FFFFFF url(loading.gif) no-repeat center center;
	border: 1px solid #ccc;
	z-index: 9999;
}

#modal-window-mask {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: grey;
	z-index: 9998;
}

#modal-window-content {
	background: #FFFFFF;
}
