.uploader_mainDiv_light .uploader_imagecaption
{
    top: 1px;
}
.uploader_mainDiv_light .uploader_tablerow
{   
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ababab;
    border-radius: 10px;
    padding-left: 5px;
    background-color: White;
    color: #808080;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
}
.uploader_mainDiv_light .uploader_progressfilled
{
    background-color: #0080EE;
    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_light .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_light .uploader_tablecontainer
{
    height: auto;
    overflow: auto;
}
.uploader_mainDiv_light .uploader_progresstable
{
    margin: 2px 0 0 0; 

    width: 100px;
    height: 9px;
}
.uploader_mainDiv_light .uploader_container
{
    background-color: #E8F0FF;
    border-width: 2px;
    border-style: solid;
    border-color: #AEBEE0;
    border-radius:15px;
    float: left;
    width: 100%;
    padding-bottom:10px;

}
.uploader_mainDiv_light .uploader_buttonaligned
{
    margin:0 10px 0 -120px;
}