@CHARSET "UTF-8";


/*************************************************************************************/

/*.controlFrame1 {
    border: 1px solid lightgray;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; 
}
.controlFrame2 {
    padding: 20px;
}*/

.messageFrame {
    border: 1px solid lightgray;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    background: lightgreen  
}

.linkFont {
    font-size: 14px; 
    color: blue; 
    text-decoration: underline;
    padding-left: 15px;
    cursor: pointer;
}

.labelFont2 {
    font-family: sans-serif, serif, monospace;
    font-size: 12px;
    color: gray;
} 
.labelFont3 {
    font-family: sans-serif, serif, monospace;
    font-size: 12px;
    color: green;
    font-weight: 900;
}

.text_small {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: black;
    font-weight: normal;
}

.text_normal {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    color: black;
    font-weight: normal;
    line-height: 1.6;
}

/*
.labelFont3 {
    font-family: sans-serif, serif, monospace;
    font-size: 14px; color: gray;
} 

.labelFontOK {
    font-family: sans-serif, serif, monospace;
    font-size: 18px; color: green; font-weight: 900;
} 
.labelFontFail {
    font-family: sans-serif, serif, monospace;
    font-size: 18px; color: red; font-weight: 900;
} 
.redFont {
    color: red; 
    font-weight: 900;
}*/


