/* fancyform styles */
.f_checkbox, .f_radio {
	background-repeat:no-repeat;
	background-position:3px center;
	height:auto;
	display:block;
	cursor:pointer;
	cursor:hand;
	line-height:120%;
	background-color:transparent;
}
.checked, .selected {
	color:#222
}
.f_radio:hover, .f_checkbox:hover {
	color:#222 !important
}
.f_radio {
	padding:4px 24px;
		background-color:transparent;
}
.f_checkbox {
	padding:0.5em 24px
}
.unchecked {
	background-image:url(chk_off.png)
}
.checked {
	background-image:url(chk_on.png)
}
.unselected {
	background-image:url(rdo_off.png)
}
.selected {
	background-image:url(rdo_on.png)
}
.floating_left {
	float:left;
	width:150px;
}

