/* RadFormDecorator - common CSS settings */

.radfdSkinnedFormButton
{
	text-decoration: none;
	cursor: default;
	-moz-user-select: none;
	display: inline-block;
	text-align: center;
	background-color: transparent;
    position: absolute;
    margin:0 4 0 4; 
}

/* common CSS settings for checkboxes and radiobuttons - represent the same values as the original system controls - changes to these settings may cause flicker on page load */
.radfdCheckboxChecked,
.radfdCheckboxUnchecked,
.radfdRadioUnchecked,
.radfdRadioChecked
{
	display: block;
	float: left;
	line-height: 20px;
	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;
	padding: 0;
	margin: 3px;
}

/* disabled inputs */
.radfdInputDisabled
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.input 
{
	position: absolute;
	left: -999999px;
}