/* RadFormDecorator - common CSS settings */

/* document.styleSheets[0].deleteRule(1); //delete the second rule */

input, textarea, button
{
    visibility: hidden !important;
}


a.radfdSkinnedFormButton
{
    -moz-user-select: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: default !important;
	text-align: center !important;
	background-color: transparent !important;
    position: absolute !important;
    display: inline !important;
}

.radfdInnerSpan
{
    padding: 0 6px !important;
    font: normal 12px Arial, Verdana;
}

.radfdCheckboxChecked,
.radfdCheckboxUnchecked,
.radfdRadioUnchecked,
.radfdRadioChecked
{
    line-height: 20px !important;
	padding: 0;
	padding-left: 20px;
}

.radfdSkinnedFormButton span
{
    display: -moz-inline-box;
	display: block;
}

.radfdSkinnedFormButton .radfdOuterSpan
{
	background-position: right 0;
	background-repeat: no-repeat;	
}

.radfdSkinnedFormButton .radfdInnerSpan
{
	background-repeat: repeat-x;
}

.radfdRealInputButton
{
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
}

/* disabled inputs */
.radfdInputDisabled
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.input 
{
	position: absolute;
	left: -999999px;
}

/* FormDecorator + TreeView fix */
.RadTreeView .radfdCheckboxUnchecked,
.RadTreeView .radfdCheckboxChecked
{
    display: -moz-inline-box;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    line-height: 21px;
    height: 21px;
}

/* FormDecorator + TreeView fix */
.RadGrid .radfdCheckboxUnchecked,
.RadGrid .radfdCheckboxChecked
{
    display: -moz-inline-block;
    display: inline-block;
}