.ciHidden{position: absolute; left: -1000px;}

/* checkbox */
label.checkbox_checked{
	background:url('holvan/inputs.gif') no-repeat 0px -30px;
	padding:0 0 0 18px;
	line-height:21px;
	cursor:pointer;
	}
label.checkbox_unchecked{
	background:url('holvan/inputs.gif') no-repeat 0px -45px;
	padding:0 0 0 18px;
	line-height:21px;
	cursor:pointer;
	}

/* radio buttons */
label.radio_checked{
	background:url('holvan/inputs.gif') no-repeat 0px 0px;
	padding:0 10px 0 18px;
	line-height:21px;
	cursor:pointer;
	}
label.radio_unchecked{
	background:url('holvan/inputs.gif') no-repeat 0px -15px;
	padding:0 10px 0 18px;
	line-height:21px;
	cursor:pointer;
	}

/* hover state */
/*
label:hover{color:#00f;}
*/

