﻿#backgroundPopup
{
	display:none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 500;
	cursor:pointer;
}
#Popup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	padding:0;
	margin:0;
	height: 393px;
	width: 533px;
	background: #FFFFFF;
	z-index: 999;
	cursor:pointer;
}

#Popup .Border
{
	border:solid 4px #000000;
	padding:0;
	margin:0;
	cursor:pointer;
}

#Popup .Border img
{
	height:385px;
	width:525px;
	cursor:pointer;
}

#PopupClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}
