{
border-radius:5px;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #2a8ce0), color-stop(0.90, #96d0f6) );
background-image: -moz-linear-gradient(center bottom, #2a8ce0 10%,#96d0f6 90% );
height:44px;
margin-top:10px;
margin-left:10px;
float:left;
min-width:14%;
width:auto;
}
{
float:left;
width:9.5%;
margin-top:10px;
margin-left:10px;
}
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-align: left;
line-height:42px;
float:left;
padding-left:10px;
padding-right:5px;
}
{
border-radius:5px;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #545353), color-stop(0.90, #9f9f9f) );
background-image: -moz-linear-gradient(center bottom, #545353 10%,#9f9f9f 90% );
background-color:#7cc3f0;
height:44px;
margin-top:10px;
margin-left:10px;
float:left;
min-width:14%;
width:auto;
}
<script language="javascript" type="text/javascript"> function CheckBoxStatus(chkBoxID, btnID) { if (document.getElementById(chkBoxID).checked) { document.getElementById(chkBoxID).checked = false; document.getElementById(btnID).setAttribute("class", "CheckBoxButton_selected"); } else { document.getElementById(btnID).setAttribute("class", "CheckBoxButton"); document.getElementById(chkBoxID).checked = true; } } </script>










