I used
#forms input {
padding:0.15em;
height:1.5em;
border:1px solid #ddd;
background:#fafafa;
font:bold 0.95em arial, sans-serif;
-moz-border-radius:0.4em;
-khtml-border-radius:0.4em;
}
but it produces the same style to both input text box and submit button. I want to give different style to submit button.