﻿
#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:20;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:550px;
	width:700px;
	/*background: url(img/bg--popup.png);*/
	z-index:21;
	padding:5px;
	font-size:13px;
	color:#000;
	text-align:center;
	overflow: auto;
}
#popupContent {
	background:	#fff;
	/* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1.0;
	height: 500px;
	width: 98%;
	overflow: hidden;
	padding:0px;
	font-size:11px;
}

#popupContent p {
	margin: 0px;
	padding: 0px;
}

#popupContact h1{
	text-align:center;
	color:#ff0000;
	font-size:22px;
	font-weight:700;
	padding:3px;
	margin:3px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#ff0000;
	font-weight:700;
	display:block;
	cursor: pointer;
}
#button{
	text-align:center;
	margin:100px;
}
