input, textarea, select, img {
    border-width: 1px;
}

.lbl_err_info {
    color       : orange;
    font-size   : 10pt;
    font-weight : bold;
}

.lbl_err {
    color       : red;
    font-size   : 10pt;
    font-weight : bold;
}

.comRequired {
    background-color: lightyellow !important;
}

.comReadOnly {
    background-color: #F4F4F4 !important;
}

.radioButtonRequired {
    background-color: lightyellow !important;
    border          : 1px solid Gray;
    margin-top      : 2px;
}

.comSelectedListboxItem {
    font-weight     : bold;
    border          : 1px solid #000;
    background-color: white;
}

.comSelectedListboxItemReadOnly {
    font-weight     : bold;
    border          : 1px solid #000;
    background-color: #777;
    color           : #DDD;
}

.comListBoxReadOnly {
    background-color: #F4F4F4;
}

.comListBox {
    background-color: white;
}

.ComWeb_ComDropDownList {
    background-color : white;
}