.dialog {
    margin: 0px 0px 15px 0px;
    border: 2px solid black;
    padding: 5px;
    font-weight: bold;  
    min-height: 32px;
    _height: 32px;  /* For IE */
    background-color: white;
}

.notice {
    border-color: blue;
}

.warning {
    border-color: red;
}

.error {
    border-color: red;
}

.errorExplanation {
    margin: 0px 0px 15px 0px;
    border: 2px solid black;
    padding: 5px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    min-height: 32px;
    _height: 32px;  /* IE-specific */
    _width: 450px;  /* IE-specific */
    border-color: red;
    background-color: white;
}

.errorExplanation h2 {
    color: black;
    background-color: white;
    background-image: none;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-align: left;
}

.fieldWithErrors {
    /*  padding: 2px;*/
    /*  background-color: red;*/
    /*  display: table;*/
    border: 2px solid red;
}
