.uploader_mainDiv_simple .uploader_tablerow
{   
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-left: 5px;
    color: #808080;
    font-family: Verdana;
    font-size: 12px;
    padding: 3px;
    
}
.uploader_mainDiv_simple .uploader_progressfilled
{
    background-color: Green;
    border-left-color: Black;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: Black;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: 1px;    
}
.uploader_mainDiv_simple .uploader_progressleft
{
    background-color: White;
    border-right-color: Black;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: Black;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: 1px;   
}
.uploader_mainDiv_simple .uploader_tablecontainer
{
    height: auto;
    overflow: auto;
    
}
.uploader_mainDiv_simple .uploader_progresstable
{
    margin: 0 0 0 0; 
    border-width: 2px;
    border-color: Black;
    width: 100px;
    height: 9px;
}
.uploader_mainDiv_simple .uploader_container
{
    float: left;
    width: 100%;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
}
.uploader_mainDiv_simple .uploader_button
{
    z-index: 25;
    cursor: pointer;
    margin: 0 5px 5px 5px;
    width: 100px;
}
.uploader_mainDiv_simple .uploader_buttonaligned
{
    margin: 0 0 0 -190px;
}