#formset .checkbox {
	padding-left: 0px;
}
#formset  label.checkbox{
	padding-left: 18px;
	cursor:pointer;
	background: url(../images/choose/choose1.png) no-repeat;
	background-size:cover;
	width:18px;
	line-height:18px;
	height:18px;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
}
#formset label.checked  {
	background: url(../images/choose/choose2.png) no-repeat;
	background-size:cover;
}
#login .checkbox {
	padding-left: 0px;
}
#login  label.checkbox{
	cursor:pointer;
	background: url(../images/choose/choose3.png) no-repeat;
	background-size:cover;
	width:12px;
	line-height:12px;
	height:12px;
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
}
#login label.checked  {
	background: url(../images/choose/choose4.png) no-repeat;
	background-size:cover;
}
#formsetShopcart .checkbox {
	padding-left: 0px;
}
#formsetShopcart  label.checkbox{
	cursor:pointer;
	background: url(../images/choose/choose5.png) no-repeat;
	background-size:cover;
	width:16px;
	line-height:16px;
	height:16px;
	display:inline-block;
	vertical-align:top;
}
#formsetShopcart label.checked  {
	background: url(../images/choose/choose6.png) no-repeat;
	background-size:cover;
}
#formsetShopcart label.hRadio {
    padding-left: 0;
	display:inline-block;
	background: url(../images/choose/radio1.png) no-repeat;
	background-size:cover;
	width:18px;
	height: 18px;
	line-height:18px;
	cursor:pointer;
	vertical-align:top;
	margin-top:5px;
}
#formsetShopcart label.hRadio_Checked {
	background: url(../images/choose/radio2.png) no-repeat;
	background-size:cover;
}

#formset label.disabled {
	background-position:left 0px;
}
#formset label.hRadio {
    padding-left: 18px;
	display:inline-block;
	background: url(../images/choose/radio1.png) no-repeat;
	background-size:cover;
	width:18px;
	height: 18px;
	line-height:18px;
	cursor:pointer;
	vertical-align:top;
	margin-top:3px;
}

#formset label.hRadio_Checked {
	background: url(../images/choose/radio2.png) no-repeat;
	background-size:cover;
}

#formset label.disabled{
	background-position:-0 -21px;
}

#formset  label.hRadio_Checked.disabled {
	background-position:-0 -145px;
}



#message .checkbox {
	padding-left: 0px;
}
#message  label.checkbox{
	cursor:pointer;
	background: url(../images/choose/choose1a.png) no-repeat;
	width:auto;
	line-height:18px;
	height:18px;
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	padding-left:18px;
}
#message label.checked  {
	background: url(../images/choose/choose2a.png) no-repeat;
}