.search { /* Não apague, geral da caixinha */ float: center; margin-top: 3px; margin-bottom: 1px; } .searchbar { /*barrinha*/ margin-left: -1px; width: 145px; padding: 2px 3px 3px 4px; background: #ffedf0; border: #ffd9df solid 1px; font: normal 8px silkscreen; letter-spacing: .1em; text-transform: lowercase; color: #ffc1ce; box-shadow: inset 1px 1px 0 #fff; outline: none; border-radius: 3px 0px 0px 3px; text-shadow: 1px 1px 1px #fff; } .searchbar:hover { outline: none;} .searchbut { /* Botão da pesquisa */ margin: 0px -1px 0px -3px; background: #e6ebef; border: #d0dbe4 1px solid; box-shadow: inset 0 12px 0 #eef2f5; font-family: Silkscreen; font-size: 9px; letter-spacing: .1em; color: #fff; text-shadow: 1px 1px 0 #d0dbe4; padding: 1px 3px 3px 4px; border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; -moz-border-radius: 0px 3px 3px 0px; }