

#backgroundPopup {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000;
    border:1px solid #cecece;
    z-index:1;
}

#popupContact {
    display:none;
/*    width:650px;*/
    z-index:99999;
    font-size:13px;
    overflow-x:hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #FFF;
    max-width: 98% !important;
/*    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
}

@media only screen and (max-width: 600px) {
#popupContact{
     width:100%;
  }
}

#popupContactinner {
    display:none;
    position:fixed;
    _position:absolute;
    width:100%;
    background:#FFF;
    border:2px solid #cecece;
    z-index:999;
    font-size:13px;
    overflow-x:hidden;
    padding:0px;
}

#popupContact h1 {
    text-align:left;
    color:#6FA5FD;
    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:#6fa5fd;
    font-weight:700;
    display:block;
    cursor:pointer;
}

#popuptitle {
    border:0;
    color:#fff;
    background:#597ba5;
    font-weight:700;
    font-size:11px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top:0;
    padding:5px;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
}
.ok_but,.cancel_but {
    border:0;
    color:#fff;
    background:#597ba5;
    font-weight:700;
    font-size:1.09em;
    margin-top:0;
    padding:5px;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
}