.startBtn {
	display:block;
	float:right;
	border-style:none;
	width:149px;
	height:38px;
	text-indent:-500px;
	overflow:hidden;
	padding:0;
	background:url(btn_startSaving.gif) no-repeat;
	cursor:pointer;
}
.startBtn:hover {
	background:url(btn_startSaving.gif) no-repeat 0 -38px;
}
.continueBtn {
	display:block;
	float:right;
	border-style:none;
	width:149px;
	height:38px;
	text-indent:-500px;
	overflow:hidden;
	padding:0;
	background:url(btn_continue.gif) no-repeat;
	cursor:pointer;
}
.continueBtn:hover {
	background:url(btn_continue.gif) no-repeat 0 -38px;
}
.submitBtn {
	display:block;
	float:right;
	border-style:none;
	width:149px;
	height:38px;
	text-indent:-500px;
	overflow:hidden;
	padding:0;
	background:url(btn_submit.gif) no-repeat;
	cursor:pointer;
}
.submitBtn:hover {
	background:url(btn_submit.gif) no-repeat 0 -38px;
}