/* 
	Buttons 
*/
.yui-skin-sam .yui-button{
	height:23px; 
	background:url(../images/btn.gif) 0px 0px no-repeat; /* Left */
	border:none;
	margin: 0 0 0 1px;
}
.yui-skin-sam .yui-button2{
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:text-bottom;
	height:23px; 
	margin-left: 5px; 
	background:url(../images/btn.gif) 0px -25px repeat-x; /* Mid */
}
.yui-skin-sam .yui-button .first-child{
	height:23px; 
	background:url(../images/btn.gif) right -50px no-repeat; /* Right */
	border:none;
	font-weight:bold;
	font-size:11px;
}
.yui-skin-sam .yui-button button{
	padding: 0 8px 0 2px;
	font-size:11px;
	font-weight:bold;
	color:#464646;
}
/* Hover */
.yui-skin-sam .yui-button-hover{
	background-position: 0px -100px; /* Left */
}
.yui-skin-sam .yui-button-hover .yui-button2{
	background-position: 0px -125px; /* Mid */
}
.yui-skin-sam .yui-button-hover .first-child{
	background-position: right -150px; /* Right */
}
.yui-skin-sam .yui-button-hover button{
	color:#000000;
}
/* Disabled */
.yui-skin-sam .yui-button-disabled button{
	color:#b2b2b2;
}

/* Submit Buttons */
.yui-skin-sam .yui-submit-button .first-child{
	background-position: right -75px; /* Right */
}
.yui-skin-sam .yui-submit-button button{
	padding-right:23px;
}
.yui-skin-sam .yui-submit-button-hover .first-child{
	background-position: right -175px; /* Right */
}

/* Small Buttons */
.yui-skin-sam .yui-button.small{
	height:22px;
	background:url(../images/btn_sm.gif) 0px 1px no-repeat; /* Left */
*background-position:0px 0px;
}
.yui-skin-sam .yui-button.small .yui-button2{
	height:22px; 
	background:url(../images/btn_sm.gif) 0px -24px repeat-x; /* Mid */
*background-position: 0px -25px;
}
.yui-skin-sam .yui-button.small .first-child{
	height:22px;
	background:url(../images/btn_sm.gif) right -49px no-repeat; /* Right */
*background-position: right -50px;
}
.yui-skin-sam .yui-button.small button{
	padding: 0 8px 0 2px;
	font-size:10px;
}
/* Small Buttons Hover */
.yui-skin-sam .yui-button-hover.small{
	background-position: 0px -99px; /* Left */
*background-position:0px -100px;
}
.yui-skin-sam .yui-button-hover.small .yui-button2{
	background-position: 0px -124px; /* Mid */
*background-position:0px -125px;
}
.yui-skin-sam .yui-button-hover.small .first-child{
	background-position:right -149px; /* Right */
*background-position:right -150px;
}
