#modal-overlay {
	background: rgba(255,255,255,0.8);
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:199;
}
#modal-window {
	position:fixed;
	z-index:200;
	top:50%;
	left:50%;
	margin-left:-256px;
	width:512px;
	padding:20px;

	background: #fff;
	border:5px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}
	#modal-window .header {
		position:absolute;
		top:0;
		right:40px;
	}
#modal-title {
	background:none !important;
	text-transform:uppercase;
	padding-bottom:20px;
}
#modal-close {
	background:url(/_moya/icons/Close.png) no-repeat;
	height:20px;
	width:20px;
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
}
