.startsavingbutton {
	cursor:pointer;
	background-image: url(images/start-saving-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 150px;
	position: absolute;
	right: 11px;
	color: #333333;
	bottom: 14px;
}
.startsavingbutton.hilite {
	background-position: left -33px;
}
.findoutmorebutton {
	cursor:pointer;
	background-image: url(images/find-out-more-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 127px;
	position: absolute;
	right: 11px;
	color: #333333;
	bottom: 14px;
}
.findoutmorebutton.hilite {
	background-position: left -33px;
}
.searchnowbutton {
	cursor:pointer;
	background-image: url(images/search-now-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 114px;
	position: absolute;
	right: 11px;
	color: #333333;
	bottom: 14px;
}
.searchnowbutton.hilite {
	background-position: left -33px;
}
.contactusbutton {
	cursor:pointer;
	background-image: url(images/contact-us-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 108px;
	position: absolute;
	right: 15px;
	color: #333333;
	bottom: 14px;
}
.contactusbutton.hilite {
	background-position: left -33px;
}
.tryitnowbutton {
	cursor:pointer;
	background-image: url(images/try-it-now-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 108px;
	position: absolute;
	right: 175px;
	color: #333333;
	bottom: 19px;
	z-index: 100;
}
.tryitnowbutton.hilite {
	background-position: left -33px;
}
.findoutmorebluebutton {
	cursor:pointer;
	background-image: url(images/findoutmore-button-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 127px;
	position: absolute;
	right: 11px;
	color: #333333;
	bottom: 14px;
}
.findoutmorebluebutton.hilite {
	background-position: left -33px;
}
