@charset "UTF-8";

.continueLink{
width: 105px;
	height: 27px;
	margin: 10px 0 0 18px;
	float: right;
	display: block;
	background-image: url(/b2b/images/btn_continue.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}
.loginLink{
		width: 85px;
	height: 27px;
	margin: 0px 0 0 350px;	
	display: block;
	background-image: url(/b2b/images/btn_login.gif);
	text-indent: -9000px;
	background-repeat: repeat-x;
 background-color: #ffffff;
}
.cancelLink   {
	width: 66px;
	height: 24px;
	margin: 10px 0 20px 0;
	float: left;
	background-image: url(/b2b/images/btn_cancel.gif);
}