.modal-overlay {
	display: none;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 200;
}
.modal-shim {
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 210;
}
.modal-wrap {
	position: absolute;
	padding: 30px;
}
.modal-window {
	position: relative;
	background: white;
	border-radius: 4px;
}
.modal-close {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 15px;
	height: 15px;
	z-index: 1;
	background: url(../images/closeModal.png) no-repeat;
}
.modal-close:focus {
	outline: none;
}
.modal-content {
	line-height: 1.75;
}
