﻿.modalBackground
{
    background-color: Gray;
    
}
.confirm
{
    background-color: White;
    border-style: solid;
    border-color: Green;
    padding: 10px;
    font-family: Arial;
    font-size: 11px;
}
.confirmtable
{
    background-color: White;
    border-style: none;
    border-color: Silver;
    padding: 0px;
    width: 400px;
    font-family: Arial;
    font-size: 11px;
}
.confirmbutton
{
    font-family: Arial;
    font-size: 11px;
}
.drag
{
    background-color: #dddddd;
    cursor: move;
    border: solid 1px gray;
}
.updateProgress 

{ 
   border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute; 
    width: 180px; 
    height: 65px; 
} 
