
.sbInp_Default {
    
}
.sbInp_Default .searchBox {
    padding: 7px;
    margin-bottom: 8px;
    width: 185px;
}

.sbInp_Default .searchBoxEmpty {
    color: #727272;
    font-style: italic;
}

.sbInp_Default .searchBtn {
    background: transparent url(btnSearch.png) no-repeat scroll 3px center;
    padding: 18px;
    margin-left: -32px;    
}

.sbInp_Default .searchManageBtn {
    background: url("manage-icn.png") no-repeat scroll right center transparent;
    border-left: 2px solid #ccc;
    padding: 8px 9px;
}

.sbInp_Default .portalFilter, .sbInp_Default .sbcontent-filter {
    width: 190px;
    margin: 4px 0 0 0;
}


/* DNN 6 fix */
#Header .sbInp {
    float: right;
    width: 240px;
    margin-top: 10px;
}
 /*daniele search boost*/
  .site-nav .menu-search, .site-nav .sbInp.sbInp_Default {
    background-color: white;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-shadow: 0 0 4px #cdcdcd inset;
    color: #00559f;
    float: right;
    font-size: 1em;
    height: 1.45em;
    margin-top: 1em;
    padding: 0.2em;
    width: 14.6em;
	}
  	.site-nav .menu-search > input, .site-nav .sbInp.sbInp_Default > input {
      border: medium none;
      color: #00559f;
      text-indent: 0.618em;
      width: 13em; }
    .site-nav .sbInp.sbInp_Default > input {
	    display: inline-block;
	    float: left;
	    font-style: normal;
	    height: 1.4em;
	    margin-bottom: 0;
	    padding: 0;
	    width: 13.6em;
		}
  	.sbInp_Default a.searchBtn {
	    background: url("search.png") no-repeat scroll center center transparent;
	    bottom: 20px;
	    display: inline-block;
	    float: right;
	    
	    margin-left: 0;
	    padding: 11px 12px;
	    position: relative;
		}
		.sbInp_Default input.searchBoxEmpty {
    	color: rgba(0, 55, 159, 0.4) !important;
    }
    .sbInp_Default .searchManageBtn {
		    border-left: 2px none #ccc;
		    bottom: 17px;
		    display: inline-block;
		    float: right;
		    left: 48px;
		    position: relative;
		}
		/*daniele search boost*/