As can be seen,I didn't specify background color of input,but one is gray,ther other is white,why?
<style>
.baken {
border:1px solid #888888;
font-family:Trebuchet MS,Helvetica,sans-serif;
font-size:130%;
font-weight:bold;
margin:3px;
padding:2px;
}
</style>
<input type="button" class="baken" value="answer your question"/>
<input type="button" value="hello button"/>