.button-queue {
	margin-left: 6px !important;
	border-color: #ffa200 !important;
	background-image: none !important;
	background: rgb(252,221,83) !important;
	background: -moz-linear-gradient(top, rgba(252,221,83,1) 0%, rgba(249,179,0,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,221,83,1)), color-stop(100%,rgba(249,179,0,1))) !important;
	background: -webkit-linear-gradient(top, rgba(252,221,83,1) 0%,rgba(249,179,0,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(252,221,83,1) 0%,rgba(249,179,0,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(252,221,83,1) 0%,rgba(249,179,0,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(252,221,83,1) 0%,rgba(249,179,0,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd53', endColorstr='#f9b300',GradientType=0 ) !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,230,130,1) !important;
	box-shadow: inset 0 1px 0 rgba(255,230,130,1) !important;
	text-shadow: 0 -1px 1px #666, 1px 0 1px #666, 0 1px 1px #666, -1px 0 1px #666 !important;
}

.button-queue:hover {
	background: rgb(255,232,94) !important;
	background: -moz-linear-gradient(top, rgba(255,232,94,1) 0%, rgba(249,179,0,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,232,94,1)), color-stop(100%,rgba(249,179,0,1))) !important;
	background: -webkit-linear-gradient(top, rgba(255,232,94,1) 0%,rgba(249,179,0,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,232,94,1) 0%,rgba(249,179,0,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,232,94,1) 0%,rgba(249,179,0,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,232,94,1) 0%,rgba(249,179,0,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe85e', endColorstr='#f9b300',GradientType=0 ) !important;
	text-shadow: 0 -1px 1px #666, 1px 0 1px #666, 0 1px 1px #666, -1px 0 1px #666 !important;
}

.button-queue:active {
	background: rgb(252,221,83) !important;
	background: -moz-linear-gradient(top, rgba(249,179,0,1) 0%, rgba(252,221,83,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,179,0,1)), color-stop(100%,rgba(252,221,83,1))) !important;
	background: -webkit-linear-gradient(top, rgba(249,179,0,1) 0%,rgba(252,221,83,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(249,179,0,1) 0%,rgba(252,221,83,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(249,179,0,1) 0%,rgba(252,221,83,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(249,179,0,1) 0%,rgba(252,221,83,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b300', endColorstr='#fcdd53',GradientType=0 ) !important;
	text-shadow: 0 -1px 1px #666, 1px 0 1px #666, 0 1px 1px #666, -1px 0 1px #666 !important;
}