﻿input[type="text"] { /* had to remove the , input[type="file"] selector because it caused Firefox to crash when using Essential Objects AJAX Uploader */
    background-color: #EDEDED;
    border: 1px solid #C6C6C9;
    /*-moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;*/
    padding: 4px 4px;
    width: 200px;
    vertical-align:top;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #C6C6C9;
    border: 1px solid #999999;
    /*-moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;*/
    padding: 3px 4px;
}

textarea {
    background-color: #EDEDED;
    border: 1px solid #C6C6C9;  
    /*-moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;*/
    padding: 4px 4px;
}