.button, .btn, .submit, .submit2 {
    color: #3F497F;
    font-family: Verdana;
    font-size:10px;
    font-weight:bold;
}

.button,
.btn,
.submit,
.submit-disabled {
    background: #fefefe url(background_form_element3.gif) repeat-x;
    border: 3px double;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.submit2 {
    background: transparent;
    border: 3px double;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.input,
.textfield,
textarea,
select {
    background-color: #FEFCFE;
    border-color: #999 #aab3b3 #d5dddd #aab3b3 !important;
    font-family: Verdana;
    font-size: x-small;
}

select.input {
    background: rgb( 252, 252, 254 );
}

.input, 
.textfield {
    padding: 2px 0 2px 0.25em;
    border: 1px solid
}

textarea {
    width:98%;
    border: 1px solid;
    padding-left: 4px;
    margin-bottom: 2px;
}
