I have one problem I dont know either its my mistake or Firefox bug I have a text box in which the value is dynamically generated through python. The value in the text box should come in middle its work properly in IE and Chrome and but in Firefox its not working. Here is my code for CSS:
#query
{
margin:0px;
padding:0px;
width:465px;
vertical-align: middle;
height:45px;
font-weight:bold;
font-size:16px;
line-height:45px;
color:#aaaaaa;
padding-left:10px;
display:block;
}