.sm-button,
.sm-button-light,
.qq-upload-button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #444;
	text-decoration:none;
	text-shadow:none;
	text-align:center;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	padding: 3px 10px;
	position: relative;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	/*
	background-image: -moz-linear-gradient(center top , #FFFFFF 0px, #FFFFFF 49%, #F0F0F0 50%);
	background-position: 0 100%;
	*/
	margin: 0 3px 0 0;
}
button[type="button"].sm-button, button[type="submit"].sm-button, input[type="submit"].sm-button, input[type="button"].sm-button {
	font-weight:bold;
}
a:link.sm-button, a:active.sm-button, a:visited.sm-button, a:link.sm-button-light, a:active.sm-button-light, a:visited.sm-button-light, .ui-widget-content a.sm-button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #444;
	text-decoration:none;
	font-weight:normal
}
.sm-button:hover, .sm-button-light:hover {
	background: #eee; 
}
.sm-button:active, .sm-button-light:active {
	top: 1px;
}
.sm-button.disabled:active, .sm-button-light.disabled:active, .disabled:active {
	top: 0;
}
.sm-button.right { 
	margin-left:4px
}
.btn-link, button.btn-side { margin-top:6px }

.btn-space { margin: 0 5px 0 0; }

.sm-button.disabled, .sm-button-light.disabled {
	color:#999;
}
.sm-button.disabled:hover, .sm-button-light.disabled:hover {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.sm-button.sm-button-small {
	padding:4px 7px 4px 7px;
	line-height:16px;
	background: #fff;
	border: 1px solid #aaa;
	vertical-align:middle;
}
a.sm-button.sm-button-small span {
	text-indent:20px;
	display:block;
}
a.sm-button.sm-button-small img { 
	margin-right: 0 4px 0 0;
	padding:0;
}
.view {
	background:url(/img/icons/16x16/led/monitor.png) no-repeat 0 0;
}
.tokens {
	background:url(/img/icons/16x16/led/user.png) no-repeat 0 0;
}
.link {
	background:url(/img/icons/16x16/led/link_break.png) no-repeat 0 0;
}
.link_label {
	background:url(/img/icons/16x16/led/ticket.png) no-repeat 0 0;
}
.optin {
	background:url(/img/icons/16x16/led/doc_convert.png) no-repeat 0 0;
}
.social {
	background:url(/widgets/social_bookmarking/icons/more.gif) no-repeat 0 0;
}
.cleanup {
	background:url(/img/icons/16x16/led/sport_shuttlecock.png) no-repeat 0 0;
}