@charset "utf-8";

button.BtnAffiliates { 
	background: transparent url(btn_affiliate.gif) no-repeat right top; height:50px; width:120px; margin:12px 0 0 12px;
	}
button.BtnAffiliates:hover, button.BtnAffiliatesHover {
	background-position: right -100px;
	}
button.BtnAffiliates span {
	display:none;
	}


button.BtnWithdrawal { 
	background: transparent url(btn_withdrawal.gif) no-repeat right top; height:50px; width:120px; margin:36px 15px 0 0; float:right;
	} 
button.BtnWithdrawal:hover, button.BtnWithdrawalHover {
	background-position: right -100px;
	}
button.BtnWithdrawal span {
	display:none;
	}


button.BtnAddfunds { 
	background: transparent url(btn_addfunds.gif) no-repeat right top; height:50px; width:120px; margin:-3px 0 0 0;
	}
button.BtnAddfunds:hover, button.BtnAddfundsHover {
	background-position: right -100px;
	}
button.BtnAddfunds span {
	display:none;
	}


button.BtnLogin {
	background: transparent url(btn_login.gif) no-repeat right top; height:50px; width:120px; margin:5px 0 0 -2px;
	}
button.BtnLogin:hover, button.BtnLoginHover	{
	background-position: right -100px;
	}
button.BtnLogin span {
	display:none;
	}
