﻿.LabelError
{
    color: #B5120E; 
    font-size:x-small;
    font-weight:bold;
}

.CBMessage{
    font-weight: bold; 
    font-style: italic;
    list-style-image: url('warning.png'); 
    color: #B5120E; 
}

.modalBackground {
    position: absolute;
    z-index: 50000;
    background-color: darkgray;
    filter: alpha(opacity=75);
    /* IE */
    -moz-opacity: 0.75;
    /* Mozilla */
    opacity: 0.75;
    /* CSS3 */
    top: 0px;
    left: 0px
}

.modalDialogTitle{
    text-align: left; 
    font-weight: bold; 
    background-color:Highlight;
    color:white;
}

.modalDialogMsg{
    background-color: azure
}