.enquadramento{margin-top:5px ;}


#topheader #search {
  background: #fff;
	width:217px ;
	z-index: 15;
    border-top:2px solid #666666;
     border-bottom:2px solid #666666;
	border-right:1px solid #666666;
}
#topheader .button-search {
background: url('../image/lupa.png') center center no-repeat #E40D17;
width: 23px;
height: 23px;
	
margin-left:193px;
    margin-top:-23px;
	
	cursor: pointer;
    border-left: 1px solid #333;
box-shadow: -1px 5px 0px rgba(255, 255, 255, 0.04);
}
#topheader .button-search:hover{background: url('../image/lupa.png') center center no-repeat #333333;}
#topheader .button-search:active{background: url('../image/lupa.png') center center no-repeat #4086aa;}



#topheader #search input {
    color:#ffffff;
	  background:#000000;
	padding: 1px 1px 1px 33px;
	width: 157px;
	height: 20px;
	border: 0px solid #fff;
     border-left:1px solid #888888;
       border-right: 1px solid #888888;
box-shadow: -1px 5px 10px rgba(255, 255, 255, 0.04);
  }