#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;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:450px;
width:408px;
background:#ffffff;
border:2px solid #990000;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#990000;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#933;
	font-weight:700;
	display:block;
	cursor: pointer;
}
#popupButton{
	text-align:center;
	margin:100px;
}
#contact form
{
	display: block ;
}
#contact label
{
    width: 70px ;
    float: left ;
    margin: 2px 4px 6px 4px ;
    text-align: right ;
}
#contact input, textarea
{
	width: 250px ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #933;
}
#contact input:hover, #contact textarea:hover
{
	background: #ff6 ;
}
#contact .activeField
{
	background-image: none;
	background-color: #FFC;
	border: solid 1px #33677F;
}
	
#contact .idle
{
	border: solid 1px #85b1de;
}

#contact fieldset
{
	border: 1px solid #ccc ;
}
#contact legend
{
	color: #900 ;
}
#contact br
{
	clear: left ;
}
#contact .machine
{
    visibility: hidden;
    display: none;
}