.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;
}
.startsavingbuttonpink {
	cursor:pointer;
	background-image: url(images/start-saving-button-pink.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 150px;
	position: absolute;
	right: 15px;
	color: #333333;
	bottom: 14px;
}
.startsavingbuttonpink.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/moredetails-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 150px;
	position: absolute;
	color: #333333;
	bottom: 33px;
	z-index: 100;
	left: 18px;
}
.tryitnowbutton.hilite {
	background-position: left -40px;
}
.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;
}

