/* Validation Message */

span.ValidationMessage {
    color: #BD6767;
    font-size: 11px;
    padding: 4px;
    font-weight: bold;
    background: #FFDDDD;
    min-width: 350px;
    white-space: normal;
    display: table-caption;
    position: absolute;
    text-align: left;
    border-radius: 5px;
}


.SimulatorBlockLabelLeft{
    font-size: 13px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #6F7072;
    font-weight: bold;
    padding-left: 10px;
}