/*Telerik RadInput Web20 Skin*/

/*global*/

.radInput_LoginBox
{
	font:12px arial,verdana,sans-serif;
	vertical-align:middle;
}

.radInput_LoginBox table,
.radInput_LoginBox table td
{
	border:0;
}

.radInput_LoginBox table
{
	vertical-align:bottom;
}

.radInput_LoginBox td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_LoginBox td.inputCell 
{
	padding-right:4px;
}

.radInput_LoginBox textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .radInput_LoginBox .radEnabledCss_LoginBox,
html body .radInput_LoginBox .radEmptyMessageCss_LoginBox,
html body .radInput_LoginBox .radHoverCss_LoginBox,
html body .radInput_LoginBox .radFocusedCss_LoginBox,
html body .radInput_LoginBox .radReadOnlyCss_LoginBox,
html body .radInput_LoginBox .radDisabledCss_LoginBox,
html body .radInput_LoginBox .radNegativeCss_LoginBox,
html body .radInput_LoginBox .radInvalidCss_LoginBox
{
	border:1px solid #589acf;
	padding:2px 0 2px 1px;
	background:#ebf9ff;
	color:#000;
	font:12px arial,verdana,sans-serif;
}

html body .radInput_LoginBox .radEmptyMessageCss_LoginBox
{
	color:#999;
}

html body .radInput_LoginBox .radHoverCss_LoginBox
{	
	border-color:#a5bedf;
	color:#242424;
}

html body .radInput_LoginBox .radFocusedCss_LoginBox
{	
	background:#fff;
}

html body .radInput_LoginBox .radReadOnlyCss_LoginBox
{	
	border-color:#929292;
	color:#333;
}

html body .radInput_LoginBox .radDisabledCss_LoginBox
{
	border-color:#929292;
	color:#999;
	cursor:default;
}

html body .radInput_LoginBox .radInvalidCss_LoginBox
{	
	border-color:#f00;
	color:#f00;
}

html body .radInput_LoginBox .radNegativeCss_LoginBox
{	
	color:#333;
}

/*buttons*/

.radInput_LoginBox a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
}
* html .radInput_LoginBox a{position:static}/*IE6*/
*+html .radInput_LoginBox a{position:static}/*IE7*/

/*go*/

.radInput_LoginBox a.gobutton
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:3px 4px;
}

/*spin*/

.radInput_LoginBox a.spinbutton
{
	width:13px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.radInput_LoginBox a.up
{
	background-position:3px -40px;
}

.radInput_LoginBox a.down
{
	background-position:3px -75px;
	margin-top:2px;
}

/*label*/

.radLabelCss_LoginBox
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
