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;   
	font-family: 'Calibri', sans-serif;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
    font-weight:normal;
    padding: 0 0 0 26px;
    width:121px;
}
.regular-radio:checked + label {
    background-color: none;
    border: none;
    color: #000;
    font-weight:normal;
    padding: 0 0 0 26px;
    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:26px;
  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_active.png) no-repeat 0 0;
  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:16px;
  padding-left:26px;
  line-height:20px;
  display: inline-block;
  position: relative;
  margin-bottom:5px;  
  font-size:100%;
	font-family: 'Calibri', sans-serif;  
  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:16px;
  border: none;   
  background:url(images/checkbox.png) no-repeat 0 bottom;
}
label.width_auto {width:auto !important;}




.regular-producer {
  display:none;
}
.regular-producer + label {
  border: none;
  box-shadow: none;
  width:93px !important;
  height:68px !important;
  padding-left:26px;
  line-height:20px;
  display: inline-block;
  position: relative;
  margin-bottom:5px;  
  font-size:110%;
	font-family: 'Calibri', sans-serif;  
  background:url(images/checkbox.png) no-repeat 0 0; 
}
.regular-producer + label:active, .regular-producer:checked + label:active {
  font-weight:normal;
  color: #000;
  -webkit-box-shadow: 0 1px 4px 1px #cacaca;
  -moz-box-shadow: 0 1px 4px 1px #cacaca;
  box-shadow: 0 1px 4px 1px #cacaca;
  border: none;
}
.regular-producer:checked + label {
  color: #000;
  font-weight:normal;
  -webkit-box-shadow: 0 1px 4px 1px #cacaca;
  -moz-box-shadow: 0 1px 4px 1px #cacaca;
  box-shadow: 0 1px 4px 1px #cacaca;
}
.regular-producer:checked + label:after {
  font-size: 110%;
  position: absolute;
  top: 0px;
  left: 3px;
  width:93px;
  height:68px;
  -webkit-box-shadow: 0 1px 4px 1px #cacaca;
  -moz-box-shadow: 0 1px 4px 1px #cacaca;
  box-shadow: 0 1px 4px 1px #cacaca;
  border: none;   
}
