	.tx-formwidgets-radio1,
	.tx-formwidgets-radio2,
	.tx-formwidgets-radio3,
	.tx-formwidgets-radio4 {
		background : url(checkbox_norm.gif) no-repeat;
		/*background-color: red;*/
		cursor: pointer;
		margin : 0px 2px 0px 2px;
	}
	.tx-formwidgets-checkbox1,
	.tx-formwidgets-checkbox2,
	.tx-formwidgets-checkbox3,
	.tx-formwidgets-checkbox4 {
		background-image: url(checkbox_norm.gif);
		background-repeat: no-repeat;
		background-position : bottom left;
		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;}
