.search-box {
    position: relative;
}

.search-box input {
    font-size: 12px;
    border-radius: 2px;
    min-width: 300px;
    height: 26px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 28px !important;
    padding-right: 25px !important;
}

.search-box input:hover {
    border-color: #aaa;
}

.search-box input:focus {
    box-shadow: none;
}

.search-box .search-icon {
    position: absolute;
    padding: 5px 7px;
    color: #aeaeae;
    pointer-events: none;
}
.search-box .clear {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 29px;
    padding: 0px 7px;
    color: #aeaeae;
    font-size: 11px;
}

a.heading {
    color: #6f6f6f;
}

h4 {
    color: #555;
}

a {
    color: #777;
}

a:focus,
a:hover {
    text-decoration: none;
}

a.heading:focus,
a.heading:hover {
    color: #6f6f6f;
    text-decoration: none !important;
}