#search-form.callout-region {
    background-color: #FFE000;
    color: white;
    padding: 0;
    text-align: left;
}
.feature-region {
    background-image: -webkit-linear-gradient(left, #1a7994, #4dc0e0 50%, #1a7994);
    background-image: linear-gradient(to right, #000000, #000000 50%, #000000);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A7994', endColorstr='#FF1A7994', GradientType=1);
    min-height:15px;
}