/* Decorator - common CSS settings */

/* button */

.radfdSkinnedFormButton
{
	text-decoration: none;
	cursor: default;
	-moz-user-select: none;
	display: inline-block;
	text-align: center;
	background-color: transparent;
    position: absolute;
    font-size: 10pt;
}

.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;
	}

/* end button */

/* check box */

/* common CSS settings for checkboxes - represent the same values as the original system controls - changes to these settings may cause flicker on page load */
.radfdCheckboxUnchecked,
.radfdCheckboxChecked
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}

/* end check box */

/* radio button */

/* common CSS settings for radiobuttons - represent the same values as the original system controls - changes to these settings may cause flicker on page load */
.radfdRadioUnchecked,
.radfdRadioChecked
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}

/* end radio button */

/* common */

.radfdInputDisabled
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.input 
{
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
	position: absolute;
	left: -999999;
}

/* end common */
