#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: 20000;
}
.popupDiv {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 850px;
	z-index: 20001;
}
.popupDiv a {
	color: #333333;
	text-decoration: none;
}
.popupDiv h1 {
	text-align: left;
	color: #737772;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.popupContactClose {
	font-size: 15px;
	line-height: 14px;
	height: 28px;
	width: 195px;
	left: 0;
	background: url(/_images/layout/popup/popupClose.gif) no-repeat;
	padding: 12px 15px 0;
	top: 25px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}
.popupContactClose:hover {
	cursor: pointer;
}
.button {
	text-align: center;
}
.popupTop {
	height: 95px;
	background: url(/_images/layout/popup/popupTop.gif) no-repeat;
}
.popupMiddle {
	border-left: 5px solid #009900;
	border-right: 5px solid #009900;
	background: #fff;
	padding: 0 15px;
}
.popupBottom {
	height: 26px;
	background: url(/_images/layout/popup/popupBottom.gif) no-repeat;
	margin: -15px 0 0;
}
