I have Search box as a shown in below image. I want to Align the text to center, right now the text inside the search box is slightly upper. Below is the CSS for it. This situation only happens in IE browser. Fire Fox is fine.
.search_results_input {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
font: 12px/24px AntennaRegular,Arial,Helvetica,Sans-serif;
height: 30px;
width: 300px;
}

Set the line-height of the input to the height of the box and I think that should fix it.