.spinBox input
{
	float: left;
}

.spinBox--button 
{
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: top left;
	border:1px Solid Silver !important;
	border-left-width:0px;
	cursor:pointer;
	padding: 0px;
	margin: 0px;
	/* default sizes */
	width:12px;
	height:8px;
	font-size: 1px; /* For IE6 only */
}

.spinBox--button-increase  
{
	background-image:url(../Images/Controls/SpinBox/increase.gif);
}

.spinBox--button-decrease  
{
	background-image:url(../Images/Controls/SpinBox/decrease.gif);
}

.disabled .spinBox--button-increase  
{
	background-image:url(../Images/Controls/SpinBox/increase-d.gif);
}

.disabled .spinBox--button-decrease  
{
	background-image:url(../Images/Controls/SpinBox/decrease-d.gif);
}
