
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#ccc;
	border:1px solid #fff;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute;
	height:384px;
	width:408px;
	background:#fff;
	border:2px solid #eee;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#000;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #fff;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6pc;
	top:4px;
	position:absolute;
	color:#000;
	display:block;
}
#button{
	text-align:center;
	margin:100px;
}
#popupContact a{
	cursor:pointer;
	text-decoration:none;
}