I'm having trouble defining the style of inputs and selects. The text is misaligned / cut, as the figures below (first image in chrome and second in IE, in Mozilla is equal to chrome)
input{
height: 25px;
border-radius: 0px;
border: 1px solid;
font-size: 13px; }
select{
height: 25px;
border-radius: 0px;
font-size: 13px;
border: 1px solid;
padding: 3px 6px 3px 6px;
background: url(seta.png) no-repeat right #ffffff; }
Does anyone know what the problem is?