/*
*************************************************************************
*	NextInspire.com														*
*	Copyright (C) 2009 NextInspire.com. All Rights Reserved				*
*	Last Modified : Mar 22, 2010 - Rev.04 (04)							*
*************************************************************************
*/

button.BtnAffiliates { 
	background: transparent url(images/btn_affiliate.gif) no-repeat right top; height:50px; width:120px; margin:12px 0 0 6px;
	}
button.BtnAffiliates:hover, button.BtnAffiliatesHover {
	background-position: right -100px;
	}
button.BtnAffiliates span {
	display:none;
	}


button.BtnAddfunds { 
	background: transparent url(images/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(images/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;
	}