label {
  display: inline;
  cursor:pointer;
}
.regular-radio {
  display:none;
}
 .regular-radio + label {
  background-color: none;
  border: none;
  padding-left:5px;
  width:137px;
  display: inline-block;
  position: relative;
  margin-bottom:5px;   
}
.regular-radio + label:active, .regular-radio:checked + label:active {
    font-weight:normal;
    padding: 0 0 0 30px;
    width:121px;
}
.regular-radio:checked + label {
    background-color: none;
    border: none;
    color: #000;
    font-weight:normal;
    padding: 0 0 0 30px;
    width:121px;
}
.regular-radio:checked + label:after {
    content: '.';
    font-size: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    border:none;
    width:50px;
    background:url(images/radio_active.png) no-repeat 0 0;
}
.regular-radio + label {
  background:url(images/radio.png) no-repeat 0 0;
  padding-left:30px;
  width:auto;
  padding-right:5px;
  color:#666;
  font-size:110%;
  border:none;
  line-height:22px;
  border:none;
  font-weight:normal;
}
.regular-radio:checked + label:after {
  background:url(images/radio.png) no-repeat 0 bottom;
  border:none;
  font-weight:normal;
}
.regular-radio + label:active, .regular-radio:checked + label:active, .regular-radio:checked + label {
  width:auto;
  padding-right:5px;
  color:#000;
  font-size:110%;  
  border:none;  
  font-weight:normal;
}
.regular-radio:focus + label {
    border:none;
}

.regular-checkbox {
  display:none;
}
.regular-checkbox + label {
  border: none;
  box-shadow: none;
  width:46px;
  height:24px;
  padding-left:32px;
  line-height:24px;
  display: inline-block;
  position: relative;
  font-size:100%; 
  background:url(images/checkbox.png) no-repeat 0 0; 
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  font-weight:normal;
  color: #000;
  border: none;
  background:url(images/checkbox.png) no-repeat 0 bottom;
}
.regular-checkbox:checked + label {
  color: #000;
  font-weight:normal;
  background:url(images/checkbox.png) no-repeat 0 bottom;
}
.regular-checkbox:checked + label:after {
  font-size: 110%;
  position: absolute;
  top: 0px;
  left: 3px;
  width:45%;
  height:24px;
  border: none;   
  background:url(images/checkbox.png) no-repeat 0 bottom;
}
label.width_auto {width:auto !important;}




.regular-colors {
  display:none;
  width:31px !important;
  height:31px !important;  
    -o-border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
}
.regular-colors + label {
  border: none;
  box-shadow: none;
  width:31px !important;
  height:31px !important;
    -o-border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
  padding-left:0;
  line-height:20px;
  display: inline-block;
  position: relative;
  margin-bottom:3px;  
    margin-right:3Px; 
}
.regular-colors + label:active, .regular-colors:checked + label:active {
  font-weight:normal;
  border: none;
  width:31px !important;
  height:31px !important;    
}
.regular-colors:checked + label {
  -webkit-box-shadow: 0 1px 4px 1px #9abdcc;
  -moz-box-shadow: 0 1px 4px 1px #9abdcc;
  box-shadow: 0 1px 4px 1px #9abdcc;
  width:31px !important;
  height:31px !important;    
}
.regular-colors:checked + label:after {
  position: absolute;
  top: 0px;
  left: 3px;
  width:31px !important;
  height:31px !important;
  -webkit-box-shadow: 0 1px 4px 1px #9abdcc;
  -moz-box-shadow: 0 1px 4px 1px #9abdcc;
  box-shadow: 0 1px 4px 1px #9abdcc;
  border: none;   
}