#dragandrophandler1,
#dragandrophandler2,
#dragandrophandler3 {
   border                : 2px dotted #0B85A1;
   color                 : #92AAB0;
   font-size             : 150%;
   margin-bottom         : 10px;
   padding               : 10px 10px 10px 10px;
   height                : 300px;
   text-align            : center;
   vertical-align        : middle;
}

#dragandrophandler4,
#dragandrophandler5 {
   border                : 2px dotted #0B85A1;
   color                 : #92AAB0;
   font-size             : 150%;
   margin-bottom         : 10px;
   padding               : 10px 10px 10px 10px;
   height                : 150px;
   text-align            : center;
   vertical-align        : middle;
}

.abort {
   -moz-border-radius    : 4px;
   -webkit-border-radius : 4px;
   background-color      : #A8352F;
   border-radius         : 4px;
   color                 : #fff;
   cursor                : pointer;
   display               : inline-block;
   font-family           : arial;
   font-size             : 13px;
   font-weight           : normal;
   padding               : 4px 15px;
   vertical-align        : top;
}

.filename {
   display               : inline-block;
   vertical-align        : top;
   width                 : 250px;
}

.filesize {
   color                 : #30693D;
   display               : inline-block;
   margin-left           : 10px;
   margin-right          : 5px;
   vertical-align        : top;
   width                 : 100px;
}

.progressBar {
   border                : 1px solid #ddd;
   border-radius         : 5px;
   display               : inline-block;
   height                : 26px;
   margin                : 0px 10px 5px 5px;
   width                 : 190px;
   overflow              : hidden;
   vertical-align        : top;
}

.progressBar div {
   background-color      : #0ba1b5;
   border-radius         : 3px;
   color                 : #fff;
   height                : 100%;
   line-height           : 22px;
   text-align            : right;
   width                 : 0;
}

.statusbar {
   min-height            : 25px;
   padding               : 0px 0px 0px 0px;
   
}

.line table, .line td {
    border-collapse: collapse;
    border:1px solid #333;
}
