﻿#button {
	text-align: center
}

#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:100;
}

#popupContact{
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:350px;
	width:408px;
	background: #330000;
	border:2px solid #CC6600;
	z-index:200;
	padding:12px;
	overflow: hidden
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	font-weight: bold;
	display:block;
}

#popupContactClose:hover {
	cursor: pointer
}
