input {
    font-family : inherit;
    color: #000000;
    font-size : inherit;
    border : thin solid #C5C5C5;
    background : #FFFFFF;
    padding : 2px;
}

input[type="checkbox"] {
    font-family : inherit;
    color: #000000;
    font-size : inherit;
    border : thin solid #C5C5C5;
    background : #FFFFFF;
}

input.button {
    font-family : Verdana, sans-serif;
    font-size : 0.7em;
    color: #000000;
    font-weight : bold;
    border : thin solid #AAAAAA;
    background : #C5C5C5;
    padding : 2px;
}

input.image {
    border : 0px;
    padding : 0px;
    margin : 0px;
}

textarea {
    font-family : inherit;
    color : #000000;
    font-size : inherit;
    border : thin solid #C5C5C5;
    background : #FFFFFF;
    padding : 2px;
}

