.btCancel {
	display: block;
	width: 43px;
	height: 17px;
	background: url(../img/bt_cancel_43.gif) 0 0 no-repeat;
	padding: 0;
}
.btCancel:hover { background: url(../img/bt_cancel_43.gif) 0 100% no-repeat; }

.btEmail {
	display: block;
	width: 103px;
	height: 17px;
	background: url(../img/bt_email_103.gif) 0 0 no-repeat;
	padding: 0;
}
.btEmail:hover { background: url(../img/bt_email_103.gif) 0 100% no-repeat; }

.btContinue {
	display: block;
	width: 103px;
	height: 17px;
	background: url(../img/bt_continue_103.gif) 0 0 no-repeat;
	float:right;
}
.btContinue:hover { background: url(../img/bt_continue_103.gif) 0 100% no-repeat; }
