select {
	padding: 5px 9px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	margin-left: 5px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

a.minibutton {
	position: relative;
	display: inline-block;
	float:left;
	clear:left;
	overflow:auto;
	padding: 5px 9px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	margin-left: 5px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(#fcfcfc, #eee);
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	background-repeat: repeat-x;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none
}

a.play:before {
	content:"\25B6";
	margin-right:5px;
}

a.pause {
	background-color: #dcdcdc;
	background-image: none;
	border-color: #b5b5b5;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15)
}

a.pause:before {
	content:"\25A0";
	margin-right:5px;
	
}

a.minibutton i {
	font-style: normal;
	font-weight: 500;
	opacity: 0.6
}

a.minibutton:focus {
	text-decoration: none;
	border-color: #51a7e8;
	outline: none;
	box-shadow: 0 0 5px rgba(81, 167, 232, 0.5)
}

a.minibutton:active, a.minibutton:hover {
	text-decoration: none;
	background-color: #dddddd;
	background-image: -moz-linear-gradient(#eee, #ddd);
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	background-repeat: repeat-x;
	border-color: #ccc
}

a.minibutton:active, a.minibutton.selected, a.minibutton.selected:hover {
	background-color: #dcdcdc;
	background-image: none;
	border-color: #b5b5b5;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15)
}