﻿.titleBar
{
    margin: 0px;
    width: 100%;
    height: 23px;
    background-image: url(../IMG09/bg_PopBar.gif);
    background-repeat: repeat-x;
    background-color: #cc0000;
    border-bottom: #dc143c 1px solid;
    color:#ffffff;
}
.title 
{
    float:left;
    margin :5px 0 0 2px;
    font-weight:bold;
    }   
.closeButton
{
    
    float: right;
    margin:5px 2px 0  0;}
    
.mainBody
{
    margin: auto;
    text-align:center;
    width:100%;
    height:auto;
    }
.mainBody span
{
    line-height :180%;
    width:160px;
    display:block;
    text-align:left;
    float:left;
    margin-left:10px; 
      }    
     
#divModalDialog
{
    border: #dc143c 1px solid;
    background:white;
    position: absolute;
    left:0px;
    top:0px;
    display: none;
    z-index:100;
    height:auto;
    width: 520px;}
    
#divModal
{
    background-color: #000; 
    filter: alpha(opacity=25);
    -moz-opacity:0.25;  
    left: 0px; 
    top: 0px;
    width:0px;
    height:0px;
    position:absolute; 
    z-index:99;
    }
    
#divModalDialog span
{ 
    cursor:pointer;
    } 
    
#divModalDialog span:hover
{
    text-decoration:underline;}      