.nav_form input {
    height: 30px;
    width: 120px;
}

.nav_form {
    margin-top: 20px;
    margin-right: 60px;
}

input {
    background-color: #000;
    border: 2px solid #fff;
}

input[type="text"] {
    color: #fff;
    font-family: "neue", sans-serif;
    font-size: 12px;
    font-style: normal;
}

input[type="text"] {
    color: #fff;
    font-family: "neue", sans-serif;
    font-size: 12px;
    font-style: normal;
    padding-left: 5px;
}

#contact input {
    background-color: #fff;
    border: 2px solid #efefef;
    color: #555;
}

@media handheld,
only screen and (max-width: 350px) {
    .nav_form {
        margin-top: 6px !important;
        margin-right: 65px !important;
    }
    input#s {
        width: 50px;
    }
}

@media handheld,
only screen and (max-width: 450px) {
    input.search {
        width: 86px !important;
        float: right;
        margin-top: -55px;
    }
    .nav_form {
        margin-left: 19px !important;
    }
}

@media handheld,
only screen and (min-width: 426px) and (max-width: 475px) {
    /*    .nav_form { margin-top: -45px !important; }*/
}

@media handheld,
only screen and (max-width:600px) {
    .nav_form {
        margin-right: 10px;
        display: inline;
        float: right;
        margin-bottom: 10px;
    }
    .nav_form input {
        width: 83px;
    }
}

@media handheld,
only screen and (min-width: 600px) and (max-width: 867px) {
    .nav_form {
        margin-top: 15px !important;
    }
}

@media handheld,
only screen and (max-width: 867px) {
    .nav_form {
        float: right;
        margin-left: 22px;
        padding-bottom: 5px;
    }
    .nav_form input {
        height: 25px;
    }
}