<style>
.inp_L1,.inp_L2,{background:url(bg_x.jpg) no-repeat}
.inp_L1{ width:67px; height:23px; background-position:-4px -4px; border:0; color:#464646; line-height:23px}
.inp_L2{ width:67px; height:23px; background-position:-4px -30px; border:0; color:#464646; line-height:23px}
</style>
<div style="width:500px;height: 20px ">
<input type="button" value="订单查看" class="inp_L1" onMouseOver="this.className='inp_L2'" style="margin:10px 0 0 20px" onMouseOut="this.className='inp_L1'" name="enter.x" tabindex="4" />
<input type="button" value="订单添加" class="inp_L1" onMouseOver="this.className='inp_L2'" style="margin:10px 0 0 20px" onMouseOut="this.className='inp_L1'" name="enter.x" tabindex="4" />
</div>