.modal-overlay {
	background: rgb(19, 19, 19); margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: fixed; z-index: 101; opacity: 0.85;
}
.modal-window {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; border: 8px solid rgb(0, 0, 0); border-image: none; left: 50%; top: 50%; position: fixed; z-index: 102; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.close-window {
	background: url("../images/close-button.png") no-repeat right top; top: -23px; width: 47px; height: 47px; right: -23px; text-indent: -99999px; overflow: hidden; position: absolute; cursor: pointer;
}
