/* $Id: ui-button--gray.css 10377 2011-04-08 07:34:48Z rodion_volchkov $ */

/* =ui-button--gray
__________________________________*/

.ui-button--gray .ui-button-knob {
	text-shadow:-1px -1px 1px #333;
}

.ui-button--gray .ui-button-left_side {
	background-position:0 -315px;
}

.ui-button--gray:hover .ui-button-left_side {
	background-position:0 -420px;
}

.ui-button--gray.pushed .ui-button-left_side {
	background-position:0 -525px;
}

.ui-button--gray .ui-button-right_side {
	background-position: 100% -385px;
}

.ui-button--gray:hover .ui-button-right_side {
	background-position: 100% -490px;
}

.ui-button--gray.pushed .ui-button-right_side {
	background-position: 100% -595px;
}

.ui-button--gray .ui-button-content {
	background-position: 0 -350px;
}

.ui-button--gray:hover .ui-button-content {
	background-position: 0 -455px;
}

.ui-button--gray.pushed .ui-button-content {
	background-position: 0 -560px;
}

