﻿.cst-search-box {
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    float: left;
    font: 12px "Trebuchet MS",Helvetica,Arial,sans-serif;
    height: 30px;
    padding: 5px 10px 0;
    width: 71%;
}
.cst-search-btn {
    background: url("../images/site-search-icon.png") no-repeat scroll center 11px #009bdf;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 36px;
    line-height: 100;
    overflow: hidden;
    text-indent: -5555em;
    width: 50px;
}

