「ボタンなし」の色を変えても変わりません。デバッグすると、他の色で上書きされていることがわかりました。どうすれば修正できますか?「はいボタン」では機能しますが、「いいえボタン」では機能しません。
<div class="control-group">
<label class="control-label" for="inputEmail">eWaste</label>
<div class="controls">
<input name="Finish"
style="width:70px; background-color:#0e6a91; height:24px;"
value="Yes"
type="submit" >
<input style="width:70px; height:24px; background-color: #la4567;"
name="Finish"
value="No"
type="submit" >
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputEmail">Notes</label>
<div class="controls">
<textarea rows="3" cols="80" style="width: 280px;"></textarea>
</div>
</div>