input[type=radio].css-checkbox-red {
							display:none;
						}

						input[type=radio].css-checkbox-red + label.css-label-red {
							padding-left:33px;
							height:30px; 
							display:inline-block;
							line-height:30px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:20px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox-red:checked + label.css-label-red {
							background-position: 0 -30px;
						}
						label.css-label-red {
				background-image:url(checkbox_bg_red.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
/* -----------------------*/
input[type=radio].css-checkbox-green {
							display:none;
						}

						input[type=radio].css-checkbox-green + label.css-label-green {
							padding-left:33px;
							height:30px;
							display:inline-block;
							line-height:30px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:20px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox-green:checked + label.css-label-green {
							background-position: 0 -30px;
						}
						label.css-label-green {
				background-image:url(checkbox_bg_green.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
/* -----------------------*/

input[type=radio].css-checkbox-gray {
							display:none;
						}

						input[type=radio].css-checkbox-gray + label.css-label-gray {
							padding-left:33px;
							height:30px;
							display:inline-block;
							line-height:30px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:20px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox-gray:checked + label.css-label-gray {
							background-position: 0 -30px;
						}
						label.css-label-gray {
				background-image:url(checkbox_bg_gray.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
