#popup_overall_wrapper {
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-image: url(/images/nuesch/schwarz_transparent.png) !important;
    background-image: none;
    background-repeat: repeat;
    background-position: left top;
    z-index: 998;
}

#popup_window_wrapper {
    clear: both;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    left: 341px;
    top: 281px;
    width: 480px;
    height: 360px;
    margin-top: -181px;
    margin-left: -241px;
    border: 1px solid #C2A370;
    background-color: #FFFFFF;
    font-size: 12px;
    z-index: 999;
}

#popup_window_title {
    clear: both;
    float: left;
    width: 440px;
    height: 12px;
    padding: 4px 20px;
    line-height: 1;
    text-align: right;
    background-color: #EFD785;
}

#popup_content {
    clear: both;
    float: left;
    width: 440px;
    height: 300px;
    padding: 20px;
    text-align: center;
}

#popop_content_image {
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
}