﻿#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;
opacity:0.45;
	/* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
filter: alpha(opacity=45);
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:85px;
width:300px;
left:auto;
right: auto;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
/*padding: 3px 3px 3px 3px;*/
margin-left:auto;margin-right:auto;
font-size:13px;
}

#popupContact input
{
	height: 30px;
    margin: 10px 0;
    padding: 2px 5px;
    width:70px;
}
#popupContact h1
{
	display:inline-block;
	position: absolute;
	top: 2px;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top:0px;	
	vertical-align:top;
}
#popupContact img
{	
	vertical-align:top;
	margin-top:5px;
	margin-left:2px;
}
#popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 2px;
	position: absolute;
	color: #000000;
	font-weight: 700;
	display: block;
}
#button{
text-align:center;
margin:100px;
}
