body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#Extension3 .button
{
   background: #3370B7;
   border: 1px solid #2E6DA4;
   border-radius: 3px;
   color: #FFFFFF;
   cursor: pointer;
   display: inline-block;
   font-weight: bold;
   font-size: 13px;
   padding: 5px 10px;
   text-decoration: none;
}
#Extension3
{ 
   background-color: transparent;
   box-sizing: border-box;
   font-family: Arial;
   font-size: 13px;
   padding: 8px;
   color: #000000;
   width: 100%; 
}
#Extension3 input 
{ 
   display: none; 
}
#Extension3 .upload-drop-target 
{ 
   height: 100px; 
   border: 2px dashed #CCCCCC;
   border-radius: 5px; 
   margin-bottom: 8px; 
   text-align: center; 
}
#Extension3 .upload-drop-target h2 
{ 
   font-weight: bold;
   font-size: 16px;
   margin-bottom: 0.75em;
   margin-top: -.5em; 
   position: relative; 
   top: 50%; 
}
.#Extension3 upload-selected 
{ 
   margin: 1em 0; 
   border-bottom: 1px solid #CCCCCC;
}
#Extension3 .upload-selected table 
{ 
   width: 100%; 
   border-spacing: 0; 
}
#Extension3 .upload-selected td 
{ 
   padding: 8px; 
   border-bottom: 1px dashed #CCCCCC;
   font-size: 13px;
}
#Extension3 .upload-selected td.type 
{ 
   width:5%; 
}
#Extension3 .upload-selected td.name 
{ 
   width: 45%; 
}
#Extension3 .upload-selected td.size 
{ 
   width: 25%; 
}
#Extension3 .upload-selected td.remove_all_x 
{ 
   width: 20%; 
}
#Extension3 .upload-selected tr:last-child td 
{ 
   border-bottom: none; 
}
#Extension3 .upload-selected a 
{ 
   font-weight: bold; 
   text-decoration: none; 
}
#Extension3 .upload-table-head 
{ 
   font-weight: bold; 
}
#Extension3 .upload-remove-all 
{ 
   color: #FF0000; 
}
#Extension3 .upload-remove 
{ 
   background-color: #FF0000; 
   border-radius: 50%;
   color: #FFFFFF; 
   display: block; 
   height: 1.2em;
   text-align: center;
   width: 1.2em;
}
#Extension3 .progress 
{
   position: relative; 
   top: 0px; 
   height: 17px;
   width: 100px; 
   overflow: hidden;
   background-color: #f5f5f5;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
   box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}
#Extension3 .progress-bar 
{
   float: left;
   width: 0px;
   height: 100%;
   font-size: 13px;
   line-height: 17px;
   color: #FFFFFF;
   text-align: center;
   background-color: #337AB7;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
   box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15);
   -webkit-transition: width .6s ease;
   transition: width .6s ease;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
