.search-widget {
    padding: 15px;
    margin-bottom: 11px;
    border: solid 1px #e3e3e3;
    background-color: white;
    margin-bottom: 5px;
    border: 1px solid #E4E4DE;
    background-color: #F9F9F5;
    font-size: 1.167em;
    text-align: center;
}
.search-widget .close {
position: relative;
    top: 5px;
    right: 255px;
    border: none;
    background-color: transparent;
    color: #88B0BA;
}
.search-widget .close:hover {
    text-decoration: underline;
}
.search-widget .close:focus {
border-color: transparent);
box-shadow: none;
outline: 0 none;
}

.margin-right {
    margin-right: 15px;
}
.search-widget button.btn-primary {
    color: #fff;
    background-color: #48aef1;
    background-image: -moz-linear-gradient(top, #48aff2 0%, #429bd7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48aff2), color-stop(1, #429bd7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48aff2', endColorstr='#429bd7',GradientType=0);
    background-image: -ms-linear-gradient(top, #48aff2 0%, #429bd7 100%);
    border: 1px solid #1d6291;
    text-shadow: -1px -1px rgba(0, 0, 0, .2);
    font-weight: bold;
    width: 90px;
}
.search-widget #keywords {
    width: 480px;
    height: 22px;
    line-height: 22px;
    border: 2px solid #CFCEC3;
    margin: 1px 5px 1px 0px;
    padding: 0px 4px;
    font-size: 14px;
}