/* 
    Document   : popup.css
    Created on : 4-nov-2010, 11:26:49
    Author     : Joris
    Description:
        Purpose of the stylesheet follows.
*/

#popup_overlay {
    color: #fff !important;
    text-align: left !important;
    font-size: 12px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
}
#popup_overlay h1.kop {
    line-height: 24px;
}
#popup_overlay {
     line-height: 20px;
}

#popup_overlay table#popup_hoofd,
#popup_overlay table#popup_hoofd td {
    background-color: #000 !important;
     color: #fff !important;
}

#popup_overlay table#popup_hoofd td div a {
    color: #ffffff;
}