.dialog
{
  background: White;
  overflow: hidden;
  border: solid 1px steelblue;    
  -moz-border-radius: 6px 6px 4px 4px;
  -webkit-border-radius: 6px 6px 4px 4px;
  border-radius: 10px 10px 10px 10px;    
}
.dialog-header
{    
    background-image: url("imgs/login-header.png");    
    background-repeat: repeat-x;
    text-align: left;
    color: blue;
    padding: 5px;    
    padding-left: 10px;
    font-size: 1.02em;
    font-weight: bold;    
    position: relative;
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
}
.dialog-top
{
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
}
.dialog-bottom
{
    -moz-border-radius: 0 0 3px 3px;   
    -webkit-border-radius: 0 0 3px 3px;   
    border-radius: 0 0 3px 3px;   
}
.dialog-content
{
	padding-top: -10px;
    padding: 25px;
	text-align: left;
}
.dialog-statusbar, .dialog-toolbar
{
    background: #eeeeee;
    background-image: url(imgs/login-footer.png);
    background-repeat: repeat-x;
    padding: 5px;
    padding-left: 10px;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    font-size: 0.8em;
}
.dialog-statusbar
{
    -moz-border-radius: 0 0 3px 3px;   
    -webkit-border-radius: 0 0 3px 3px;   
    border-radius: 0 0 3px 3px;   
    padding-right: 10px;
}
.closebox
{
    position: absolute;        
    right: 2px;
    top: 2px;
    background-image: url(images/close.gif);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;        
    opacity: 0.60;
    filter: alpha(opacity="80");
} 
.closebox:hover 
{
    opacity: 1;
    filter: alpha(opacity="100");
}

.boxshadow
{
    -moz-box-shadow: 3px 3px 5px #535353;
    -webkit-box-shadow: 3px 3px 5px #535353;      
    box-shadow: 3px 3px 5px #535353;
    behavior: url(scripts/PIE.htc);
         
}
.roundbox
{ 
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px 6px 6px 6px;
    behavior: url(scripts/PIE.htc);
} 
table{
    border-collapse: collapse;
    border-width: 1px;
  }
table td{
    border-width: 1px;
  }
.topic td{ height: 10px };

#cssTable td 
{
    text-align: center; 
    vertical-align: middle;
}