La parte de codigo que da el problema es esa, si la quito ya funciona :S
la parte CSS es esta:
Código HTML:
#buscador {
float: right;
width: 140px;
height: 22px;
padding-right: 136px;
margin-top: 4px;
font-family: Verdana;
font-size: 11px;
color: #3B0B0B;
font-weight: bold;
}
#buscador a:HOVER{
color: #8A0808;
}
.buscador {
height: 12px;
width: 55px;
font-family: verdana;
font-size: 10px;
border: 1px solid #333;
color: #333333;
}
button {
border:0;
padding:0;
}
button.submit {
width:16px;
height:16px;
background:url(images/boton.png) no-repeat;
cursor:pointer;
float: right;
}