.count-sub{
    font-weight:bold;
    font-size:14px;
    margin:10px 0;
    text-indent:15px;
    float: left;
}
.search-bar{
    float: right;
    margin:0 0;
    padding:0 0;
    height:38px;
}
.search-bar .box{
    float:right;
    margin: 0 2px;
}
.search-bar .box .input{
    float:left;
    width: 70%;
    padding: 3px;
    margin:0;
    background:#fff;
    border:#ddd 1px solid;
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
}	
.search-bar .box .btn-search {
    float: left;
    padding: 5px 8px;
    margin: 0px 3px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 27%;
}	