/* 
    Document   : video
    Created on : 2010/08/18, 17:28:45
    Author     : inoue
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#video {
    
}

.video .video-header {
    width: 465px;
    background-color: #DAF5DF;
    margin-bottom: 2px;
    padding: 2px;
}

.video .item {
    width: 465px;
    background-color: #efefef;
    margin-bottom: 2px;
    padding: 2px;
}
.video .item .file-name{
    width: 300px;
}

