.animButton
{
	width:			58px;
	height:			25px;
	border:			none;
	font-family:		Trebuchet MS, Arial;
	color:			#797979;
	background-image:	url('../../../img/rtb/Button_Blank_Short.png');
	font-weight:		bold;
}
.animButton:hover
{
	background-position:	0px 66.666666667%;
	cursor:			pointer;
}
.animButton:disabled
{
	background-position:	0px 33.333333334%;
}
.animButton:active
{
	background-position:	0px 100%;
}
.animButton span
{
	display:		block;
	position:		relative;
	z-index:		1;
}
.animButton:hover span
{
	top:			-1px;
}
.animButton:active span
{
	top:			1px;
}
.animButton[type="cross"]
{
	background-image:	url('../../../img/rtb/Button_WindowExit.png');
	width:			16px;
	height:			16px;
	background-color:	transparent;
}
.animButton[type="long"]
{
	width:			58px;
	height:			25px;
	border:			none;
	font-family:		Trebuchet MS, Arial;
	color:			#797979;
	background-image:	url('../../../img/rtb/Button_Blank_Long.png');
	font-weight:		bold;
}