#contact-form input, #contact-form textarea, #contact-form select, #contact-form button {
    border-color: silver;
    background: white;
    /* HTML5 gradients */
    background: -moz-linear-gradient(top, rgba(102,102,102,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a666666', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

#contact-form hr {
    border-color: silver;
}