.search-form{
    margin-top: 15px;
}

.search-field{
    height: 42px;
    border-radius: 5px;
    width: 400px !important;
    padding: 0px 5px;
    vertical-align: top;
    font-weight: 100;
}

.search-submit{
    padding: 10px;
    color: #FFF;
    width: 100px;
    background-color: #222;
    border-radius: 5px;
    font-weight: 100;
    margin-top: -3px;
}
.search-submit:hover{
    cursor: pointer;
    background-color: #ffc400;
    color: #222;
}

/* search results*/
.text-content a{
    text-decoration: none;
    color: #000;
}
.text-content a:hover{
    color: #57c24e;
}