﻿a.btnSm, a.btnMed, a.btnLrg, a.btnSm_Act, a.btnMed_Act, a.btnLrg_Act
{
	position:relative;
	display: inline-block;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	line-height:45px;
	outline: none;
	border: 0px;
	font-size:10pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	cursor:pointer;
	text-decoration:none;
}

a.btnSm:link, a.btnMed:link, a.btnLrg:link,
a.btnSm:visited, a.btnMed:visited, a.btnLrg:visited,
a.btnSm:hover, a.btnMed:hover, a.btnLrg:hover, 
a.btnSm:active, a.btnMed:active, a.btnLrg:active
{ color: #ffffff; text-decoration:none; }

a.btnSm:after, a.btnMed:after, a.btnLrg:after,
a.btnSm_Act:after, a.btnMed_Act:after, a.btnLrg_Act:after { content: ""; display: block; clear: both; margin:0px;}

.btnSm { width:48px; height:48px; background: url('../images/buttons/btn35.png') no-repeat 0px 0px; }
.btnSm_Act { width:48px; height:48px; background: url('../images/buttons/btn35.png') no-repeat 0px -50px; }
a.btnSm cufon, a.btnSm:visited cufon, a.btnSm:visited:hover cufon, a.btnSm:hover cufon, a.btnSm:active cufon { margin:15px 0px 0px 0px; }

.btnMed { width:137px; height:48px; background: url('../images/buttons/btn125.png') no-repeat 0px 0px; }
.btnMed_Act { width:137px; height:48px; background: url('../images/buttons/btn125.png') no-repeat 0px -50px; }
a.btnMed cufon, a.btnMed:visited cufon, a.btnMed:visited:hover cufon, a.btnMed:hover cufon, a.btnMed:active cufon { margin:15px 0px 0px 0px; }

.btnLrg { width:214px; height:48px; background: url('../images/buttons/btn200.png') no-repeat 0px 0px; }
.btnLrg_Act { width:214px; height:48px; background: url('../images/buttons/btn200.png') no-repeat 0px -50px; }
a.btnLrg cufon, a.btnLrg:visited cufon, a.btnLrg:visited:hover cufon, a.btnLrg:hover cufon, a.btnLrg:active cufon { margin:15px 0px 0px 0px; }

/*--- Wizard Buttons ---*/
.wizardButtons{ margin:10px 0px 0px 0px; float:left; width:100%; }
.wizardButtonLeft{ float:left; }
.wizardButtonRight{ float:right; }