.count-sub{
    font-weight:bold;
    font-size:14px;
    margin:10px 0;
    text-indent:15px;
    float: left;
}
.text_field{
	width:95%;
}
.search-bar{
	width: 100%;
    float: right;
    margin:0 0;
    padding:0 0;
    height:38px;
}
.search-bar .box{
	width: 100%;
    float:right;
    margin: 0 2px;
}
.search-bar .box .input{
    float:left;
    /* padding-left: 7px; */
    width: 64%;
    padding: 3px;
    margin: 5px;
    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: 30%;
}	