#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:265px;
width:476px;
background: #fff;
border:2px solid #FF7209;
z-index:2;
padding:12px;
font-size:13px;

overflow:hidden;
}

#popupContact_2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:245px;
width:490px;
background: url(images/popup_bg_events.png) no-repeat;
border:0px solid #E1DED5;
z-index:2;
padding:5px;
border:0px solid red;
overflow:hidden;
}


#popupContact h1{
text-align:left;
color:#663300;
font-size:20px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose, #popupContactClose_2{
color: #333333;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
    position: absolute;
    right: 29px;
    top: 13px;
}
#button{
text-align:center;
margin:100px;
}
.popup_data
{
 float:left;
 overflow:hidden;
 position:relative;
 height:315px; border:0px solid green; width:475px;
}
.event_title_top
{
 font-size:16px; font-weight:bold; color:#fff; text-transform:uppercase;  display:block; height:33px; overflow:hidden; width:98%; border:0px solid green; margin-bottom:0px; margin-top:4px;padding-left:2%;
 background:url("images/caltbg.jpg") center center repeat-x;line-height:33px;
}