﻿.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: .85;
	filter: alpha(opacity=75);
	z-index: 101;
	background-color: #B6DDB5;
}
.modal-window {
	position: fixed;
	top: 43%;
	left: 50%;
	margin: 1px;
	padding: 1px 8px 5px 1px;
	z-index: 102;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FFFFF9;
	border-top-width: 20px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5EB08D;
	border-right-color: #5EB08D;
	border-bottom-color: #5EB08D;
	border-left-color: #5EB08D;
	height: 101%;
	width: 102%;
}
.close-window {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0px;
	top: -20px;
	background: transparent url(images/close.png) no-repeat scroll right 1px;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}
