@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http) ,url-prefix(file),url-prefix(https)  {

input, button,
input[type="text"],
textarea, select,
input:not([type="image"]) /*and so on..*/ {
    -moz-border-radius: 0.5em !important;
    background-color:#f5f5f5 ;
    border:1px solid #666 !important;
    border-bottom:1px solid #eee !important;
    border-right:1px solid #eee !important;
    margin:1px !important;
}

button,
input[type="reset"] ,
input[type="submit"] , 
input[type="button"] ,
input[type="radio"] , 
input[type="checkbox"]
   {
    background-image:none !important;
    background-color:#f5f5f5 !important;
    border:1px solid #666 !important;
    border-top:1px solid #eee !important;
    border-left:1px solid #eee !important;
    text-decoration:none !important;
    /*font-weight:bold !important;*/ /*Mod it like you want ;) */
    padding:3px 3px 3px 3px !important; 
}



input:not([type="image"]):hover,
input:not([type="image"]):focus,
button:hover,
button:focus, textarea:hover, textarea:focus
{
    background-color:#fafafa !important ;
    border:1px solid #aaa !important;
}

input[type="reset"]:hover,input[type="reset"]:focus {
    background-color:#FFDDDD!important;
    border:1px solid #FFAAAA!important;
    text-decoration:none !important;
    color:#996633!important;
    cursor:pointer !important;
}
}