﻿  body
    {
        font: normal 12px auto "Trebuchet MS", Verdana;    
        background-color: #ffffff;
        color: #4f6b72;       
    }

    .popUpStyle
{
    font: 14px 'auto "Trebuchet MS"' , 'Arial';
    background-color: #ffffff;
    color: buttontext;
    padding: 6px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
    
    .drag
    {
         background-color: #dddddd;
         cursor: move;
         border:solid 1px gray ;
    }