﻿#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact, .PopupPanel{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:408px;
background:#FFFFFF;
border:0px solid #cecece;
z-index:9999;
padding:0;
font-size:13px;
text-align: center;
background-color: #331B2B; border: solid 1px #636363;
}

.PopupPanel div.Header{

	margin: auto;
	margin-top: 5px;
	width: 98%;
	height: 20px;
	text-align: left;
	background-color: #eeeeee;
}

.PopupPanel div.Header label{

	width: 95%;
	margin-top: 0px;
	display: inline-block;
	color: #000000;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 3px;
	margin-bottom: 3px;
}

.PopupPanel div.Header a, .PopupPanel div.Header a img{

	display: inline-block;
	width: 15px;
	height: 15px;
	border: 0;
}

.PopupPanel div.Header a{

	margin-top: 2px;
	margin-right: 2px;
}

#popupContact h1, #popupSpecial h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

/*
#popupContactClose{
cursor: pointer;
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
*/