﻿@charset "utf-8";
/* CSS Document */

.modal-overlay {
	background: #000000;
	bottom: 0;
	display: none;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0;
	margin: 0;
	opacity: .75;
	padding: 0;
	position: fixed;
	_position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 101;
	-moz-opacity: 0.75;
}
.modal-window {
	background: #EFEFEF;
	width:444px;
	height:250px;
	border: 2px outset #999999;
	display: none;
	left: 50%;
	position: fixed;
	_position: absolute;
	top: 50%;
	z-index:102;
}