/*Telerik RadInput Hay Skin*/

/*global*/

.RadInput_teascapesDark,
.RadInputMgr_teascapesDark
{
	font-family: Verdana;
	vertical-align:middle;
}

.RadInput_teascapesDark table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_teascapesDark table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_teascapesDark table td.riCell
{
	padding-right:4px;
}

.RadInput_teascapesDark textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_teascapesDark .riTextBox,
html body .RadInputMgr_teascapesDark
{
	border:1px solid #b1ab98;
	padding: 2px 1px 3px;
	background: #e1dfd2;
	color: #302e28;
}

html body .RadInput_teascapesDark .riEmpty,
html body .RadInput_Empty_teascapesDark
{
	color: #302e28;
}

html body .RadInput_teascapesDark .riHover,
html body .RadInput_Hover_teascapesDark,
html body .RadInput_teascapesDark .riFocused,
html body .RadInput_Focused_teascapesDark
{
	border-color:#2d2c25;
}

html body .RadInput_teascapesDark .riRead,
html body .RadInput_Read_teascapesDark
{
}

html body .RadInput_teascapesDark .riDisabled,
html body .RadInput_Disabled_teascapesDark
{
	cursor:default;
}

html body .RadInput_teascapesDark .riError,
html body .RadInput_Error_teascapesDark,
.RadForm.rfdTextbox .RadInput_teascapesDark .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_teascapesDark[type="text"]
{
}

html body .RadInput_teascapesDark .riNegative,
html body .RadInput_Negative_teascapesDark
{
}

/*IE quirks mode*/
* html .RadInput_teascapesDark input.riTextBox,
* html input.RadInputMgr_teascapesDark
{
	height /**/:22px;
}

/*buttons*/

.RadInput_teascapesDark a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('Input/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_teascapesDark a{position:static}/*IE6*/
*+html .RadInput_teascapesDark a{position:static}/*IE7*/

/*go*/

.RadInput_teascapesDark .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
}

.RadInput_teascapesDark .riBtn a:hover
{
}

/*spin*/

.RadInput_teascapesDark .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

/*label*/
