/* default styles for extension "tx_formwidgets_pi1" */
	.tx-formwidgets-radio1,.tx-formwidgets-radio2,.tx-formwidgets-radio3,.tx-formwidgets-radio4 {
		background : url(/typo3conf/ext/formwidgets/gfx/h2ogtk2_radio.gif) no-repeat;
		cursor: hand;
		cursor: pointer;
		margin : 0px 2px 0px 2px;
	}
	.tx-formwidgets-checkbox1,.tx-formwidgets-checkbox2,.tx-formwidgets-checkbox3,.tx-formwidgets-checkbox4 {
		background : url(/typo3conf/ext/formwidgets/gfx/h2ogtk2_checkbox.gif) no-repeat;
		cursor: hand;
		cursor: pointer;
		margin : 0px 2px 0px 2px;
	}
	.tx-formwidgets-radiodisabled {
		background : url(/typo3conf/ext/formwidgets/gfx/h2ogtk2_radio_disabled.gif) no-repeat;
		cursor: default;
	}
	.tx-formwidgets-checkboxdisabled {
		background : url(/ypo3conf/ext/formwidgets/gfx/h2ogtk2_checkbox_disabled.gif) no-repeat;
		cursor: default;
	}
	.tx-formwidgets-radio1,.tx-formwidgets-checkbox1 {background-position : top left;}
	.tx-formwidgets-radio2,.tx-formwidgets-checkbox2 {background-position : top right;}
	.tx-formwidgets-radio3,.tx-formwidgets-checkbox3 {background-position : bottom left;}
	.tx-formwidgets-radio4,.tx-formwidgets-checkbox4 {background-position : bottom right;}