input[type="radio"] {
    display:none;
}
input[type="radio"][img] + label span {
    display:inline-block;
    width:28px;
    height:28px;
    vertical-align:middle;
    background:url("/img/radio_off.png") left top no-repeat;
    cursor:pointer;
}
input[type="radio"][img]:checked + label span {
    background:url("/img/radio_on.png") left top no-repeat;
}
input[type="radio"][btn] + label span {
    position:relative;display:inline-block;width:90%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#000;background:#fff;border:#d5d5d5 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
input[type="radio"][btn]:checked + label span {
    position:relative;display:inline-block;width:90%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#fff;background:#ef7c00;border:#ef7c00 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}




input[type="radio"][meal_amt_1] + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#000;border:#d5d5d5 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    vertical-align:middle;
    background:url("/img/rice_state1.gif") no-repeat 50% 50%;
    cursor:pointer;
}
input[type="radio"][meal_amt_1]:checked + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#fff;background:;border:#ef7c00 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    background:#ef7c00 url("/img/rice_state1_on.gif") no-repeat 50% 50%;
}


input[type="radio"][meal_amt_2] + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#000;background:#fff;border:#d5d5d5 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    vertical-align:middle;
    background:url("/img/rice_state2.gif") no-repeat 50% 50%;
    cursor:pointer;
}
input[type="radio"][meal_amt_2]:checked + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#fff;border:#ef7c00 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    background:#ef7c00 url("/img/rice_state2_on.gif") no-repeat 50% 50%;
}


input[type="radio"][meal_amt_3] + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#000;background:#fff;border:#d5d5d5 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    vertical-align:middle;
    background:url("/img/rice_state3.gif") no-repeat 50% 50%;
    cursor:pointer;
}
input[type="radio"][meal_amt_3]:checked + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#fff;border:#ef7c00 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    background:#ef7c00 url("/img/rice_state3_on.gif") no-repeat 50% 50%;
}


input[type="radio"][meal_amt_4] + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#000;background:#fff;border:#d5d5d5 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    vertical-align:middle;
    background:url("/img/rice_state4.gif") no-repeat 50% 50%;
    cursor:pointer;
}
input[type="radio"][meal_amt_4]:checked + label span {
    position:relative;display:inline-block;width:18%;height:34px;line-height:34px;text-align:center;padding:0 3px;font-size:15px;letter-spacing:-1px;font-weight:normal;color:#fff;border:#ef7c00 1px solid;cursor:pointer;overflow: hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    background:#ef7c00 url("/img/rice_state4_on.gif") no-repeat 50% 50%;
}