<style  type="text/css">
/* 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(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(/mbs/soofs/soofs.nsf/StaticContentView/WWE_CSS/$File/gradient.jpg);
}

.canlink:hover { 
  text-decoration: underline;
}
.browseResults_box {
	margin: 0px 0px 5px 0px !important; 
	border: 1px solid rgb(110, 133, 49); 
	widh:100%; 
	padding: 5px;
}
.row .header {
	width: 100%;
	height: 2.5em;
	clear: left;
	position: relative;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #ececec  url('../images/arc_right_main.gif') no-repeat;
	font: 62.5% Verdana, Helvetica, Arial, sans-serif; 
}
.header h1 {
	color: #333;
	float: left;
	margin: 5px 0 0 10px;
	font-size: 1.3em;
}
</style>





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>


