
/* popup */

.errors{color:red;}

	
.hidden{display:none;}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:none;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:640px;
z-index:10px;
margin-top:30px;
border: ridge 4px silver;
}
#popupContactClose{
line-height:14px;
font-family: verdana;
font-size:18px;
font-weight:bold;
color:#ffffff;
display:block;
cursor: pointer;
left:650px;
top:-20px;
position:absolute;
}

