/* CSS Document */


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

#contactArea, #contactAreaModal
{
margin-top:15px;
}

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

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


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

/* -------------------------------------------------------- */

#popupContactClose, #popupContactClose1, #popupContactCloseModal {
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(../images/popup_close.gif);
}

/* -------------------------------------------------------- */
#popupContactTitle, #popupContactTitle1, #popupContactTitleModal {
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, #popupContactTitle1 span, #popupContactTitleModal span {
padding:2px 0;
display:block;
float:left;
}

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