.RadInput_BrownStyles,
.RadInputMgr_BrownStyles
{
	background:url(//d3o47n6kn1r59u.cloudfront.net/images/static/sprite_ui.png) no-repeat left -750px;float:left;height:26px;
	border:none;
}

.RadInput_BrownStyles table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_BrownStyles table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_BrownStyles .riCell
{
	padding-right:4px;
}

.RadInput_BrownStyles textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_BrownStyles .riTextBox,
html body .RadInputMgr_BrownStyles
{
	border:none;
	padding:5px 0 3px 5px;
	background:transparent;
	color:#7C7B7B;
	font-size:11px;
    font-family:"Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
}

html body .RadInput_BrownStyles .riHover,
html body .RadInput_Hover_BrownStyles
{
	border:none;
}

html body .RadInput_BrownStyles .riFocused,
html body .RadInput_Focused_BrownStyles
{
	border:none;
}

html body .RadInput_BrownStyles .riRead,
html body .RadInput_Read_BrownStyles
{
	border:none;
}

html body .RadInput_BrownStyles .riDisabled,
html body .RadInput_Disabled_BrownStyles
{
	border:none;
	color:#ccc;/*gray - Safari*/
	cursor:no-drop;
}

html body .RadInput_BrownStyles .riError,
html body .RadInput_Error_BrownStyles
{
	border:none;
	background:url('Input/sprite.gif') 99% -183px no-repeat;
	color:#f32800;
	margin-top:3px;padding-top:2px;
}

html body .RadInput_BrownStyles .riNegative,
html body .RadInput_Negative_BrownStyles
{
	color:#666;
}

/*buttons*/

.RadInput_BrownStyles a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_BrownStyles a{position:static}/*IE6*/
*+html .RadInput_BrownStyles a{position:static}/*IE7*/

/*go*/

.RadInput_BrownStyles .riBtn a
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:4px 3px;
}

/*spin*/

.RadInput_BrownStyles .riSpin a
{
	width:13px;
	height:8px;
	line-height:8px;
	margin:0 1px;
}

.RadInput_BrownStyles .riUp
{
	background-position:3px -48px;
}

.RadInput_BrownStyles .riDown
{
	background-position:3px -98px;
	margin-top:3px;
}

/*label*/

.RadInput_BrownStyles .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}