div.content h1 {
    color: #006eb2;
    font-family: 'Trade Gothic LT Bold', Helvetica, sans-serif;
}

.entryviewcol_label {
    width: 100px;
    font-size: 12px;
    color: gray;
    text-align: right;
    white-space: normal;
}

div.dataentry {
    clear: both;
    overflow: hidden;
    width: 460px;
    margin-top: 20px;
}

div.dataentry .lbl {
    float: left;
    width: 100px;
    text-align: right;
}

div.dataentry .value {
    float: right;
    width: 340px;
    margin-left: 10px;
    margin-right: 2px;
}

div.dataentry .error {
    float: left;
    width: 460px;
    text-align: center;
    padding-bottom: 5px;
}

.error {
    color: red;
}

div.popup div.save {
    width: 100%;
    height: 24px;
    float: none;
    text-align: right;
}

div#popup-confirmation div.conf_buttons {
    margin-top: 5px;
    width: 100%;
    height: 24px;
    float: right;
    text-align: right;
}

div.popup textarea.notes {
    width: 448px;
    margin-top: 0px;
    height: 40px;
    float: right;
}

.Rrequired_label {
    background-image: none;
    background-repeat: no-repeat;
    font-weight: bold;
}




