div#movieDIV {
    padding: 10px;
    background: #fff;
    display: block;
    position: fixed;
    z-index: 100;
}
    .title {margin-top: 20px; margin-bottom: 7px; margin-left: 15px; font-size: 14px; line-height: 14px;}
    .subtitle {font-size: 10px; margin-bottom: 5px; margin-left: 15px;}
    .credits {font-size: 10px;}
    
    #close_button {
        width: 28px;
        height: 11px;
        margin-top: 25px;
        margin-bottom: 7px;
        margin-left: 15px;
        font-size: 10px;
        font-weight: bold;
        cursor: pointer;
        background-image: url('../gfx/arrow_left.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        display: block;
    }
    #close_button:hover {
        background-color: #e9e1e1;
    }

