﻿body {
}

#popup_window
{
	position: absolute;
	width: 888px;
	height: 640px;
	border: solid 3px #373636;
	background-color: #dadada;
	color: Black;
	z-index: 10001;
}

#popup_shield
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #333;
	text-align: center;
	z-index: 10000;
	filter: alpha(opacity=30);
	opacity: 30;
}

#popup_window div
{
	padding: 2px;
	display: block;
}

#popup_window div .left
{
	width: 70px;
	height: 400px;
	float: left;
}

#popup_window div .right
{
	margin: 2px;
	width: 580px;
	height: 400px;
	border: dashed 1px gray;
	float: left;
}

#popup_window div .button1
{
	position: relative;
	width: 63px;
	left: 76px;
	cursor: hand;
}

#popup_window div .button2
{
	position: relative;
	width: 63px;
	left: 110px;
	cursor: hand;
}