.search { /* NÃO APAGUE */ float: center; margin-top: 3px; margin-bottom: 1px; } .searchbar { width: 194px; padding-top: 3px; padding-bottom: 3px; padding-left: 4px; padding-right: 3px; background: #ffedf0; border: #ffd9df solid 1px; font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; font-size: 9pt; letter-spacing: .1em; text-transform: lowercase; color: #ffc1ce; box-shadow: inset 1px 1px 0 #fff; outline: none; } .searchbar:hover { outline: none;} .searchbut { /* Botão da pesquisa */ margin-left: -5px; 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; }