
#cboxClose, #cboxClose:hover {
    margin              : 0;
    top                 : 0;
    width               : 16px;
    height              : 16px;
    background          : #E3078A url(../../images/calendrier/close_popup.png) no-repeat center center;
    text-indent         : -300px;
    overflow            : hidden;
}

#cboxOverlay {
    background          : #000;
}

#cboxTitle {
    top                 : 0;
    bottom              : auto;
    background          : #FFF;
    text-align          : left;
    color               : #323232;
    padding             : 5px 0 5px 10px;
    font-weight         : bold;
    font-size           : 14px;
}

#cboxLoadedContent {
    margin              : 20px 0 0 0;
    padding             : 10px;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    background-image : url(../../images/popup/border1.png)
}
#cboxMiddleLeft,
#cboxMiddleRight {
    background-image : url(../../images/popup/border2.png)
}