		/* label settings */
		label.Default {
			white-space:normal;
		}
		input.input {
			position:absolute;
			left:-999999em;
		}
		
		label.Default
		{
			color: #626262;
			line-height:1.3em;
		}
		
		/* checkbox settings */
		.radfdCheckboxUnchecked,
		.radfdCheckboxUnchecked.radfdInputDisabled:hover
		{
			background: transparent url(/img/checkboxes.gif) no-repeat 0 0;
										
		}
		
		.radfdInputDisabled.radfdCheckboxUnchecked:hover
		{
			background: transparent url(/img/checkboxes.gif) no-repeat 0 0 !important;
		}
		
		.radfdCheckboxUnchecked:hover
		{
			background: transparent url(/img/checkboxes.gif) no-repeat 0 -200px !important;
		}
		
		.radfdCheckboxChecked,
		.radfdInputDisabled.radfdCheckboxChecked:hover
		{
			background: transparent url(/img/checkboxes.gif) no-repeat 0 -420px;
		}
		
		.radfdCheckboxChecked:hover
		{
			background: transparent url(/img/checkboxes.gif) no-repeat 0 -640px;
		}
		
		.radfdCheckboxChecked,
		.radfdCheckboxUnchecked
		{
			line-height: 20px !important;
			padding: 0;
			padding-left: 20px;
			zoom:1;/*Fixes IE issue with font-size set in percents */		
			display: inline-block !important;	
		}

		.radfdInputDisabled {
			opacity:0.5;
			filter: alpha(opacity=50);
		}

