﻿/* popup */
#popupbg
{
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 50;
	filter: Alpha(Opacity=50);
	opacity: 0.65;
}

#popupbg a 
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
}

#popup
{
	position: fixed;
	top:0;
	text-align: center;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#popupsecclos
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	text-indent: -1999px;
}

#popupsecclos a 
{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 50;
}

#popupwin
{
	background: white;
	position: relative;
	width: 782px;
	height: 553px;
	text-align: left;
	margin: 0 auto;
	z-index: 60;
	top: 21px;
}

#popup #title 
{
	background: url(images/bg-popupheading.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
	height: 13px;
	text-align: center;
}

#popup #popupclose a,
#popup #popupclose a:link,
#popup #popupclose a:visited 
{
	color: #ffffff;
	display: block;
	background:  url(images/bg-popupheading.png) no-repeat;
	background-position: right;
	text-indent: -999px;
	height: 21px;
	width: 30px;
}

#popup #popupclose a:hover,
#popup #popupclose a:active 
{
	color: #ffff33;
}

#popup #content 
{
	width: 782px;
	overflow: hidden;
	height: 553px;
}

#popup #content p 
{
	margin-top: 0;
	margin-bottom: 13px;
}

#popup #popupclose 
{
	position: absolute;
	right: 0;
	padding: 0px;
}

#popup #content 
{
	margin-bottom: 0;
}

.popupbtn 
{
	display: none;
}

.popupclose 
{
	background:url(images/buttons/btn-closewindow.gif) no-repeat;
	width:128px;
	height:21px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	top:-21px;
	right:0px;
}
