/* Service Ontario Look-and-feel buttons and Links */

.subbutton { 
   color: #FFFFFF; 
  height: 30px; 
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border-style: none;
  background: url('../images/button_gradient.jpg');
}

.subbutton:hover { 
  text-decoration: underline;
}

.canlink { 
    color: #FFFFFF; 
  height: 30px; 
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border-style: none;
  background: url('../images/button_gradient.jpg');
}

.canlink:hover { 
  text-decoration: underline;
}

/* * * *

HTML for buttons and links
--------------------------

<Input Type="Submit"  Value="  Submit  " class="subbutton"  title="Click here to submit the survey.">&nbsp;&nbsp;&nbsp;&nbsp;

<script type="text/javascript">document.write("
<Input Type=\"Button\" Value=\"  Cancel  \" onClick=\"javascript:location.href='http://www.gov.on.ca/ont/portal/!ut/p/.cmd/cs/.ce/7_0_A/.s/7_0_252/_s.7_0_A/7_0_252/_l/en?docid=053266'\" class=\"canlink\" title=\"Click here to Cancel and return to originating page.\">")
</script>

<noscript>
<a href="http://www.gov.on.ca/ont/portal/!ut/p/.cmd/cs/.ce/7_0_A/.s/7_0_252/_s.7_0_A/7_0_252/_l/en?docid=053266" title="Click here to Cancel and return to originating page.">Click here to Cancel and return to originating page.</a>
</noscript>

* * * */

