input.search-submit {
    float: right;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    right: 15px;
    font-size: 16px;
    /*background: -webkit-linear-gradient(to bottom,#f5a226,#f49d1a);
    background: -o-linear-gradient(to bottom,#f5a226,#f49d1a);
    background: -moz-linear-gradient(to bottom,#f5a226,#f49d1a);
    background: linear-gradient(to bottom,#f5a226,#f49d1a);*/
    background: #003362;
}