	.custom-checkbox{float:left;position:relative;}
	.custom-checkbox input{position:absolute;left:2px;top:5px;margin:0;}
	.custom-checkbox label{display:block;position:relative;font-size:14px;padding-right:20px;padding-left:20px;line-height:20ox;cursor:pointer;font-weight:normal; white-space:nowrap}
	.custom-checkbox label{background:url(../images/check.png) no-repeat left 4px #fff;}
	.custom-checkbox label.checked{background:url(../images/checkon.png) no-repeat left 4px #fff;}
	.checkbox-cot .custom-checkbox{float:none;margin-bottom:15px;}
	.checkbox-cot .custom-checkbox label{padding-left:30px;}
	.custom-radio {float:left;font-size:12px;position:relative;margin-right:10px;}
	.custom-radio label.checked{background:url(../images/on-selcbg.png) no-repeat left 3px #fff;}
	.custom-radio input{position:absolute;left:2px;top:2px;margin:0;outline:none;}
	.custom-radio label{
		display:block;
		position:relative;
		font-size:14px;
		padding-right:1em;
		line-height:20px;
		padding-left:25px;
		cursor:pointer;
		font-weight:normal;
		white-space:nowrap;
	    background:url(../images/selcb.png) no-repeat left 3px #fff;
	}
