﻿body { 
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            font-family: Arial;
            font-size: small;
            text-align:center;
        }        
        
a:link {color:#000000; font-size: small;
}    /* unvisited link */
a:visited {text-decoration: underline; color:#000000;} /* visited link */
a:hover {text-decoration: none; color:#000000;}   /* mouse over link */
a:active {text-decoration: underline; color:#000000;}  /* selected link */

.textbox
{
    border-color:Silver;
    border-style:solid;
    border-width:1px;          
}
        
.buttonsubmit
{
    background-color:#627AAd;
    border-style:solid;
    border-color:#3B5998;
    border-width:1px;
    color:White                       
}        
        
.buttoncancel
{
    background-color:white;
    border-style:solid;
    border-color:#3B5998;
    border-width:1px;
    color:black                       
}        

.buttondelete
{
    background-color:red;
    border-style:solid;
    border-color:#3B5998;
    border-width:1px;
    color:white                       
}        
        
.watermark
{
    color:Silver
}

.dynamicCSS  
{  
    text-align:left; 
    font-family: Arial ;
    font-size: small; 
} 


