input[type=checkbox] {
							  position: absolute; 
							overflow: hidden; 
							/*height:1px; */
							/*width:1px;*/ 
							/*margin:-1px; */
							padding:0;
z-index:10;
							border:0;
							opacity:-5;
						}

						input[type=checkbox] + label {
							padding-left:20px;
							height:20px; 
							display:inline-block;
							line-height:20px;
							background-repeat:no-repeat;
							background-position: 0 0;
							/*font-size:15px;*/
							vertical-align:middle;
							cursor:pointer;
						}

						input[type=checkbox]:checked  + label {
							background-position: 0 -20px;
						}
						
						input[type=checkbox] + label {
							background-position: 0px 0px;
						}
						
						  input[type=checkbox] + label{ background-image:url(/image/web-two-style.png); }
