/* ------------------------- SEARCH ------------------------- */

.searchform {
    display: inline-block;
    zoom: 1; /* ie7 hack for display:inline-block */
    *display: inline;
    padding: 3px 5px;
}
.searchform input {
    color: #b6bcbf;
    font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, san-serif;
    text-align: center;
}
.searchform .searchfield {
    background: #fff;
/*  padding: 3px 3px 3px 5px;
*/  padding: 0px;
    width: 175px;
/*  width: 202px;
*/  border: solid 1px #b6bcbf;
    outline: none;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;

    /*-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
}
.searchform .searchbutton {
    color: #fff;
    border: solid 1px #494949;
/*  font-size: 11px;
*/  font-size: 9px;
    height: 24px;
    width: 24px;
    /*height: 28px;
    width: 28px;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.6);

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;

    background: #5f5f5f;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
    background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
    -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}