input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:40px;
							height:19px; 
							display:inline-block;
							line-height:19px;
							background-repeat:no-repeat;
							background-position: 0 -19px;
							font-size:14px;
							vertical-align:middle;
							cursor:pointer;
							font-weight: 400;
						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 0;
						}
						label.css-label {
				background-image:url('../images/checkbox.png');
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				transition: all 0.2s ease;
			}



input[type=radio].css-radio {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=radio].css-radio + label.radio-label {
							padding-left:40px;
							height:19px; 
							display:inline-block;
							line-height:19px;
							background-repeat:no-repeat;
							background-position: 0 -19px;
							font-size:14px;
							vertical-align:middle;
							cursor:pointer;
							font-weight: 400;
						}

						input[type=radio].css-radio:checked + label.radio-label {
							background-position: 0 0;
						}
						label.radio-label {
				background-image:url('../images/checkbox.png');
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				transition: all 0.2s ease;
			}