.search { /* Não apague, geral da caixinha */ float: center; margin-top: 3px; margin-bottom: 1px; } .searchbar { width: 170px; height: 14px; padding-top: 3px; padding-bottom: 3px; padding-left: 4px; padding-right: 3px; background: #DCF8F1; border: #B7ECE4 solid 1px; font-family: 'Handy'; font-size: 8px; letter-spacing: .1em; text-transform: lowercase; color: #ffc1ce; text-align:center; box-shadow: inset 1px 1px 0 #fff; outline: none; } .searchbar:hover { outline: none;} .searchbut { /* Botão da pesquisa */ margin-left: -1px; background: #f8f8f8; border: #ebebeb 1px solid; box-shadow: inset 1px 1px 0 #fff; font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; font-size: 9pt; letter-spacing: .1em; color: #dedede; text-shadow: 1px 1px 0 #fff; padding-top: 3px; padding-bottom: 3px; padding-left: 4px; padding-right: 3px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }