﻿.smartspinner
{
	padding: 2px 16px 2px 0px;
	border:solid 1px #afafaf;
	background: url(../images/spin/normal.jpg) no-repeat right;
	background-color:#f6f6f6;
	text-align:left;
	/*vertical-align:middle;*/
	line-height:2;
	border-radius:3px;
	-moz-border-radius:3px;
	letter-spacing:-1px;
	color:#1C94C4;
	font-size:14px;
	font-weight:bold;
	width:50px;
}
.smartspinner.up
{
	background: url(../images/spin/up.jpg) no-repeat right;
	background-color:#f6f6f6;
	cursor:pointer;
}
.smartspinner.down
{
	background: url(../images/spin/down.jpg) no-repeat right;
	background-color:#f6f6f6;
	cursor:pointer;
}


.smartspinner_yellow
{
	padding: 2px 0px 2px 2px;
	border:solid 1px #e9bf62;
	background: url(../images/spin/normal_yellow.png) no-repeat right;
	background-color:#f9eed7;
	text-align:left;
	/*vertical-align:middle;*/
	line-height:2;
	border-radius:3px;
	-moz-border-radius:3px;
	color:#848484;
	font-size:14px;
	width:50px;
}
.smartspinner_yellow.up
{
	background: url(../images/spin/up_yellow.png) no-repeat right;
	background-color:#f9eed7;
	cursor:pointer;
}
.smartspinner_yellow.down
{
	background: url(../images/spin/down_yellow.png) no-repeat right;
	background-color:#f9eed7;
	cursor:pointer;
}
.smartborder
{
	padding: 2px 2px 2px 0px;
	border:solid 1px #afafaf;
	background-color:#f6f6f6;
	text-align:right;
	line-height:2;
	border-radius:3px;
	-moz-border-radius:3px;
	letter-spacing:-1px;
	color:#1C94C4;
	font-size:14px;
	font-weight:bold;
}
