/*** These styles are NOT Netscape 4.x compatible ***/
table {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
}

.label {
    letter-spacing: 2px;
}

.textlabel {
    letter-spacing: 2px;
}

.checkboxlabel {
    letter-spacing: 2px;
}

.radiolabel {
    letter-spacing: 2px;
}

.font {
    width: 300px;
}

.text {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
    width: 400px;
    height: 20px;
    border: 1px solid #CCCCCC;
}

.textarea {
    font-family: monospace, arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
    border: 1px solid #CCCCCC;
    overflow: auto;
    scrollbar-track-color: #CCCCCC;
    scrollbar-face-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-shadow-color: white;
    scrollbar-arrow-color: #888888;
}

.select {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
    width: 385px;
    height: 19px;
}

.textbox {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
    width: 385px;
    height: 19px;
}

.select_nosize {
    BORDER-RIGHT: #A2A2A3 1px solid;
    BORDER-LEFT: #A2A2A3 1px solid;
    BORDER-TOP: #A2A2A3 1px solid;
    BORDER-BOTTOM: #A2A2A3 1px solid;
    COLOR: #000000;
    FONT-FAMILY: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE",
        Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}

.multiselect {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
    width: 300px;
    height: 75px;
}

.fieldset {
    border: 1px solid #CCCCCC;
    padding: 3px;
}

.button {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #888888;
    letter-spacing: 2px;
    border: 1px solid #CCCCCC;
    background-color: white;
    width: 146px;
    margin: 2px;
    cursor: hand;
}

hr.style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}
