.label {
    border: 0px;
    background-color: transparent;
}
            
label.error{
    color:red;
}

.error{
    color:red;
    padding-left:5px;
    font-size:10px
}
            
            
#divAjaxLoading{
    display:none;
    position: absolute;
    text-align: center;
    font-weight: bold;
    /*top: 1px;
    right: 1px;
    height: 18px;
    width: 85px;*/
    z-index: 20;
}

.cLabel {
    border: 0px;
    background-color: transparent;
}

a:link,a:visited,a:active{
    background: transparent;
    color: #005899;
    text-decoration: none; 
}

.cmxForm fieldset {
    margin-bottom: 10px;
}
.cmxForm legend {
    padding: 0 2px;
    font-weight: bold;
}
.cmxForm label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
.cmxForm fieldset ol {
    margin: 0;
    padding: 0;
}
.cmxForm fieldset li, .cmxForm li {
    list-style: none;
    padding: 5px;
    margin: 0;
}
.cmxForm fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
.cmxForm fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}
.cmxForm fieldset fieldset label {
    display: block;
    width: auto;
}
.cmxForm em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
.cmxForm label {
    width: 150px; /* Width of labels */
}
.cmxForm fieldset fieldset label {
    margin-left: 123px; /* Width plus 3 (html space) */
}
