﻿
#popup_background
{
	display: none;
	position: fixed;
	position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	right:0px;
	background: #000000;
	z-index: 1;	
}
#popup_window
{
	display: none;
	position: fixed;
	position: absolute; /* hack for internet explorer 6*/	
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 3px;	
	font-size: 13px;
}


	
#popup_window_close
{	
	text-align:right;
	color: #6fa5fd;
	display: block;	
	cursor: pointer;		
}

#button 
{
	cursor: pointer;
}

