label.css-label { background-image: url(../images/checkmark2.png); background-position: 0px 0px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.recent_msg input[type=checkbox].css-checkbox:checked + label.css-label, .recent_msg input[type=checkbox].css-checkbox + label.css-label.chk { background-position: 5px -164px !important; }
.recent_msg label.css-label { background-image: url(../images/checkmark2.png); background-position: 5px 24px !important; }
.recent_msg input[type=checkbox].css-checkbox + label.css-label, .recent_msg input[type=checkbox].css-checkbox + label.css-label.clr { padding-left: 35px !important; height: auto; }

input[type=checkbox].css-checkbox { position: absolute; z-index: -1000; left: 0px; 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, input[type=checkbox].css-checkbox + label.css-label.clr { padding-left: 17px;display: inline-block; line-height:normal; background-repeat: no-repeat; background-position: 0 0; font-size: 12px; vertical-align: middle; cursor: pointer; }
input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk { background-position: 0px -178px; }




input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; left:0px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=radio].css-checkbox + label.css-label {
							
							padding-right:13px;
							height:24px; 
							display:inline-block;
							line-height:24px;
							background-repeat:no-repeat;
							background-position: right 7px;
							font-size:24px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: right -31px;
						}
						label.css-label {
				background-image:url(../images/radio.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}