﻿body
{
    margin: 10,80,0,80;
}

.wrapper
{
    padding: 0px;
    margin: 0px;
    width: 900px;
    text-align:center;
}

.imageheader
{
    width: 900px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    padding-bottom: 0px;
}

#PanelHolder
{
    padding-top: 10px;
    
}
body
{
    background-color: White;
}

.modalBackground 
    {
              background-color: Gray; 
              filter: alpha(opacity=50);
              opacity: 0.5; 
    } 
    
.modalPopup 
    {
              background-color: #ffffdd; 
              border-width:3px; 
              border-style:solid; 
              border-color:Gray; 
              padding:3px; 
              width:650px; 
    }
    
.otherPopup 
    {
              background-color:#ffffdd; 
              border-width:3px; 
              border-style:solid; 
              border-color:Gray; 
              padding:3px; 
              width:200px; 
    }
    .ErrorCond
    {
        text-align:left;
        color: Red;
    }
