#popupContact {
    display: none;
    position: fixed !important;
    _position: absolute;
    border: 0px solid #666;
    z-index: 99991;
    padding: 7px;
    font-size: 13px;
    text-align: center;
}

#popupContact div {
    text-align: right;
}

#popupContactClose {
    font-size: 12px;
    line-height: 16px;
    right: -34px;
    top: 4px;
    color: #ffffff;
    position: absolute;
    font-weight: 700;
}

#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 9999;
}