/* Popup */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
right:0;
background:#000000;
z-index:999;
}

#popupContact{
display:none;
_position:absolute; /* hack for internet explorer 6*/
z-index:1000;
}

#popupContactClose{
left:6px;
top:4px;
position:absolute;
display:block;
cursor:pointer;
}

#panel {
background: #FCFDFE;
display: none;
position: absolute;
top:103px;
right:0;
border: 5px solid #ebeae3;
z-index:1000;
height:auto;
}

#panel .modaltop{
background-color: Transparent;
background-repeat: repeat-x;
text-align: left;
}

#panel #closebutton{	
cursor: pointer;
}

#panel .body{
padding: 0 10px 10px 10px;
font:11px/14px verdana;
}

#panel .body #imgBanner{
padding: 0px;
/*height: 319px;*/
}

/* End Popup */