/* * {
        font-family: verdana, arial;
        font-size: 11px;
}   */

form {
        padding: 0px;
        margin: 0px;
}

a:link, a:visited    {
        text-decoration: none;
        color: #16382E;
        font-weigth:bolder;
        font-weight: bolder;
}
a:hover              { text-decoration: underline;  color:#990000; font-weigth:bolder; }

.sp_select {
        font-size: 10px;
}

.sp_input {
        font-size: 10px;
        border-width:1px;
        border-style:solid;
        border-color:#333333;
        width:100%;
}

.sp_textarea {
        font-size: 10px;
        border-width:1px;
        border-style:solid;
        border-color:#333333;
        width:100%;
}

.sp_button {
        font-size: 11px;
        COLOR: #000000;
        BACKGROUND-COLOR: #e2e2e2;
        border-width:1px;
        border-style:solid;
        border-color:#333333;
}

.sp_checkbox {
}
.sp_radio {
}
.sp_list {
        width:100%;
}
