.f_checkbox	{

		min-height:25px;
		height: auto!important;
		height: 25px;
		display:block;
		cursor:pointer;
		cursor:hand;
		padding-left: 55px;
		padding-top: 10px;
		z-index: 1000;
	}
	* html .f_checkbox	{
		height:40px;
	}
	.unchecked	{
		background:url(/design/standart/images/bullet_check_no.gif) 15px 50% no-repeat;
	}
	.checked	{
		background:url(/design/standart/images/bullet_check_yes.gif) 15px 50% no-repeat;
	}
	

