/* 
    Document   : uploader
    Created on : Nov 11, 2011, 3:50:49 PM
    Author     : thiepnv
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#process_bar {
    height: 20px;
    width: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background-image: -moz-linear-gradient(top, #199BE6, #32B5FF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#199BE6), to(#32B5FF));
    text-align: center;
    font-weight: bold;
    color: white;
    vertical-align: middle;
}

#uploadbutton_cancel {
    display: none;
}