form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

div.fm-req, div.fm-opt {padding: 4px 0
}

fieldset div input, fieldset div textarea {
/*	width: 175px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;*/
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 175px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

#fm-form input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

div.fm-req label, div.fm-opt label {
	vertical-align: baseline;
	/*font-weight: bold;*/
}

/*fieldset div.fm-req label:before {
	content: "* ";
}*/


#fm-container {
	margin: 0 auto;
	padding: .5em 1em;
	width: 600px;
	text-align:
	left;
}

#errormsg {
	margin: 15px;
	text-align: center;
}

label.error {
	color: red;
width:5px;
float: none;
padding: 0 0 0 .6em;
vertical-align: top;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

#cashnet-steps {
	margin-left: 150px;
	width: 600px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-bottom: 20px;
	padding-top: 20px;
}
#cashnet-steps .cashnet-step {
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/bg_step.gif) #eaeff5 center right no-repeat;
	color:#777;
	display: block;
	float: left;
	height:26px;
	line-height:26px;
	margin: 0;
	padding:0px 23px 0px 12px;
}
#cashnet-steps .cashnet-step-first{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/bg_step.gif) #eaeff5 center right no-repeat;
	color:#777;
	display: block;
	float: left;
	height:26px;
	line-height:26px;
	margin: 0;
	-moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
	padding:0px 23px 0px 16px;
}
#cashnet-steps .cashnet-step-last{
	background: none;
	background-color: #eaeff5;
	color:#777;
	display: block;
	float: left;
	height:26px;
	line-height:26px;
	margin: 0;
	-moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
	padding:0px 16px 0px 12px;
}

.cashnet-number{
	font-weight:normal;
}
#cashnet-steps #cashnet-step1 .step1{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/bg_step_rt.gif) #7795bf center right no-repeat;
	color:#fff;
}
#cashnet-steps #cashnet-step2 .step1{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/img/bg_step_lt.gif) #eaeff5 center right no-repeat;
}
#cashnet-steps #cashnet-step2 .step2{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/img/bg_step_rt.gif) #7795bf center right no-repeat;
	color:#fff;
}
#cashnet-steps #cashnet-step3 .step2{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/img/bg_step_lt.gif) #eaeff5 center right no-repeat;
}
#cashnet-steps #cashnet-step3 .step3{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/img/bg_step_rt.gif) #7795bf center right no-repeat;
	color:#fff;
}
#cashnet-steps #cashnet-step4 .step3{
	background: url(https://www.zuc.ca/Files/main/images/cashnet-steps/img/bg_step_lt.gif) #eaeff5 center right no-repeat;
}
#cashnet-steps #cashnet-step4 .step4{
	background-color: #7795bf;
	color:#fff;
}
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 20px 0 0; 
	margin-right:5px; 
	font-size:16px;

	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#1a7518 0px -1px 0px;

	text-align: center; 
	background: transparent url(https://www.zuc.ca/Files/main/images/btn_blue_sprite.png) no-repeat right -300px; 
}
	
button.submitBtn span {
	padding: 0px 0 0 20px; 
	height:30px;
	line-height:30px;
	background: transparent url(https://www.zuc.ca/Files/main/images/btn_blue_sprite.png) no-repeat left -200px; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -350px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -250px;
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.resetBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:14px;

	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#fff 0px 1px 0px;

	text-align: center; 
	background: transparent url(https://www.zuc.ca/Files/main/images/btn_blue_sprite.png) no-repeat right -100px; 
}
	
button.resetBtn span {
	padding: 0px 0 0 15px; 
	height:30px;
	line-height:30px;
	background: transparent url(https://www.zuc.ca/Files/main/images/btn_blue_sprite.png) no-repeat left top; 
	color:#1d4e95; 
}
	
button.resetBtn:hover, button.resetBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -150px; 
}
	
button.resetBtn:hover span, button.resetBtnHover span {
	background-position: 0 -50px;
}

button.submitRndBtn { 
	padding: 0 20px 0 0; 
	margin-right:5px; 
	font-size:15px;
font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#1a7518 0px -1px 0px;

	text-align: center; 
	background: transparent url(https://www.zuc.ca/Files/main/images/buttons-round.png) no-repeat right -300px; 
}
	
button.submitRndBtn span {
	padding: 0px 0 0 20px; 
	height:30px;
	line-height:30px;
	background: transparent url(https://www.zuc.ca/Files/main/images/buttons-round.png) no-repeat left -200px; 
	color:#fff; 
}
	
button.submitRndBtn:hover, button.submitRndBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -350px; 
}
	
button.submitRndBtn:hover span, button.submitRndBtnHover span {
	background-position: 0 -250px;
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.resetRndBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:15px;

	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#fff 0px 1px 0px;

	text-align: center; 
	background: transparent url(https://www.zuc.ca/Files/main/images/buttons-round.png) no-repeat right -100px; 
}
	
button.resetRndBtn span {
	padding: 0px 0 0 15px; 
	height:30px;
	line-height:30px;
	background: transparent url(https://www.zuc.ca/Files/main/images/buttons-round.png) no-repeat left top; 
	color:#333; /*1d4e95*/
}
	
button.resetRndBtn:hover, button.resetRndBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -150px; 
}
	
button.resetRndBtn:hover span, button.resetRndBtnHover span {
	background-position: 0 -50px;
}


.button-grey, button.button-grey, .button-grey:visited {
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	float: left;
	padding: 4px 10px;
	line-height: 1.4em;
	margin: 0 10px 10px 0;
	border: 1px solid #aaa;
	color: #333;
	font-size: 15px;
	text-shadow: #fff 0px 1px 0px;
	box-shadow: 0px 1px 2px #ccc;
	-webkit-box-shadow: 0px 1px 2px #ccc;
	-moz-box-shadow: 0px 1px 2px #ccc;
	background: #eee url(https://www.zuc.ca/Files/main/images/highlight.png) repeat-x left top;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddd',GradientType=0 ); /* ie */
}

.button-grey:hover, button.button-grey:hover, .button-grey:active, button.button-greyHover {
	background: #e3e3e3 url(https://www.zuc.ca/Files/main/images/highlight.png) repeat-x left top;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #c6c6c6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#c6c6c6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#c6c6c6',GradientType=0 ); /* ie */
	border: 1px solid #b2b2b2;
	color: #333 !important;
	text-decoration: none;
}

.button-green, .button-green:visited, button.button-green {
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
	display: block;
	float: left;
	padding:4px 10px;
	line-height: 1.4em;
	margin:0 10px 10px 0;
	border:1px solid #73b00d;
	color: #fff;
	font-size:15px;
	text-shadow:#1a7518 0px -1px 0px;
	box-shadow: 0px 1px 2px #ccc;
	-webkit-box-shadow: 0px 1px 2px #ccc;
	-moz-box-shadow: 0px 1px 2px #ccc;
	background: #88c721 url(https://www.zuc.ca/Files/main/images/highlight.png) repeat-x left top;
	background: -moz-linear-gradient(top, #A4E541 0%, #73B00D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A4E541), color-stop(100%,#73B00D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A4E541', endColorstr='#73B00D',GradientType=0 ); /* ie */
}


.button-green:hover, .button-green:active, button.button-green:hover, button.button-greenHover {
	background: #6cb31a url(https://www.zuc.ca/Files/main/images/highlight.png) repeat-x left top;
	background: -moz-linear-gradient(top, #82ce33 0%, #5a9e07 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82ce33), color-stop(100%,#5a9e07)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ce33', endColorstr='#5a9e07',GradientType=0 ); /* ie */
	border: 1px solid #5a9e07;
	color: #fff !important;
	text-decoration: none;
}
