/* CSS Document */


#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:408px;
background:#DCDCDC;
border:1px solid #7f7f7f;
z-index:2;
padding:12px;
font-size:13px;
}
/* -------------------------------------------------------- */

#popupContactChild{
width:auto;
height:auto;
overflow:auto;
margin-top:10px;
}

#popupContactBG{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:100%;
height:2000px;
top: 0px;
left: 0px;
background:#000000;
z-index:1;
opacity: 0.6;
filter: alpha(opacity=60);  
-moz-opacity: 0.6;  
-khtml-opacity: 0.6;
}
/* -------------------------------------------------------- */


#popupContact h1{
text-align:left;
color:rgb(210,105,30);
font-size:16px;
font-weight:bold;
padding-bottom:2px;
margin:20px 10px 10px 0px;
}

/* -------------------------------------------------------- */
#popupContactClose{
width:19px;
height:19px;
font-size:14px;
line-height:14px;
right:0px;
top:0px;
position:absolute;
color:#ffffff;
font-weight:700;
display:block;
cursor:pointer;
margin:2px 2px 0px 0px;
background:url(../lightbox/images/popup_close.gif);
}

/* -------------------------------------------------------- */
#popupContactTitle{
width:90%;
height:20px;
padding:5px 0px 0px 10px;
font-size:14px;
line-height:14px;
left:0px;
top:0px;
position:absolute;
float:left;
color:#5e5e5e;
font-weight:700;
display:block;
cursor:pointer;
}

#popupContactTitle span {
padding:2px 0px 0px 5px;
display:block;
float:left;
}

/* -------------------------------------------------------- */
#button{
text-align:center;
}
/* -------------------------------------------------------- */
