.butsub {
width: 115px;
height: 35px;
line-height: 35px;
border: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
cursor: pointer;
background:#7DC92B;
}
作为注册或者登陆按钮的时候用到
<input name="sub" type="button" class="butsub" value="注册" οnclick="signin();" />