.contact-input { width:300px; border:1px solid #BCBCBC; background:url(bg-input.png) no-repeat; padding:4px; font:14px/16px Arial; -moz-border-radius:3px; }
.contact-input:focus , .contact-select:focus { background:#FFF4C8; border:1px solid #D3B63D; }
.contact-select { width:308px; border:1px solid #CCC; background:url(bg-input.png) no-repeat; padding:4px; font:14px/16px Arial; -moz-border-radius:3px; }
.contact-button { 
    border:none; 
    background:#dc3545; 
    padding:8px 16px; 
    font:14px Arial; 
    font-weight:500;
    color:#FFF; 
    border-radius:4px; 
    cursor:pointer;
    transition:all 0.3s ease;
    box-shadow:0 2px 4px rgba(220,53,69,0.2);
    display:inline-block;
    text-decoration:none;
}
.contact-button:hover { 
    background:#c82333; 
    box-shadow:0 2px 6px rgba(220,53,69,0.4);
    transform:translateY(-1px);
}
.contact-button:active {
    transform:translateY(0);
    box-shadow:0 1px 3px rgba(220,53,69,0.3);
}

