/*
 * $Id:$
 * 
 * A CSS file for showing overlays
 */

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    border: 4px solid #CCCCCC;
    background-color: white;
    padding: 5px;
    font-size: 95%;
}

.overlay h2 {
    font-weight: bold;
    color: #004276;
    font-size: 180%;
    font-family: Georgia, Verdana, Arial;
    margin: 0px 0px 5px 0px;
    font-style: italic;    
}

.overlay form .row {
    margin: 4px 0px 4px 0px;
    clear: both;
}

.overlay form .row label {
    float: left;
    width: 60px;
} 

.overlay form input.button {
   margin-right: 10px;
}

.overlay form .required {
    color: red;
}