﻿#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
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 600px;
	width: 850px;
	background: #FFFFFF;
	border:5px solid #cecece;
	z-index: 2;
	padding: 0px;
}
#popupTitle
{
    display:block;
    width:100%;
    _width:850px;		
    clear:both;
    font-family:Tahoma; 	
	background:blue;
	color: #ffffff;
	line-height: 20px;
	font-weight: 700;
	font-size: 9pt;
	overflow:hidden;	
}
#popupContactClose
{
    width:15px;
    top:0px;
background:blue;
	right: 0px;
	font-weight:bold; 	
	display:block;
	position:absolute;
	cursor:pointer; 
	text-decoration:none;
	color: #ffffff;
	line-height: 20px;
}
#contactArea
{
    height: 580px;
	width: 850px;
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
  }
