/* FancyForm styles */
.f_checkbox,.f_radio{background-repeat:no-repeat;background-position:3px center;height:16px;display:block;cursor:pointer;cursor:hand;line-height:120%}
.checked,.selected{color:black}
.f_radio:hover,.f_checkbox:hover{color:#fff !important}
.f_radio{padding:4px 24px}
.f_checkbox{padding:0.5em 24px}

/*
.unchecked{
	background : url(/resources/images/fforms/chk_off.png) no-repeat 0 0;
	padding-left : 20px;
	line-height: 120%;
	cursor:pointer;
}
.checked{
	background : url(/resources/images/fforms/chk_on.png) no-repeat 0 0;
	padding-left : 20px;
	line-height: 120%;
	cursor:pointer;
}
*/
.unselected{
	background : url(/resources/images/fforms/rdo_off.png) no-repeat 0 4px;
	padding-left : 24px;
	line-height: 24px;
	cursor:pointer;
}

.selected	{
	background : url(/resources/images/fforms/rdo_on.png) no-repeat 0 4px;
	padding-left : 24px;
	line-height: 24px;
	cursor:pointer;
}

label	{
	float : left;
	width : 300px;
}

.dummyinput {
	margin-left : 300px;
}

