.email-addon ul {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.email-addon ul li{}
.email-addon ul .border-li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.add-additional-emails ul{
  display: block;
  overflow: hidden;
  width: 90%;
}
.add-additional-emails ul li {}
.add-additional-emails ul .border-li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkbox {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -6px;
}
.radio {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 1px;
}
input[type=radio],[type=checkbox]{
  cursor: pointer;
}
input[type=checkbox]:not(old){
  width   : 30px;
  height   : 30px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
input[type="checkbox"]:not(old) + label {
  background-image: url("../images/checkbox.png");
  background-position: 1px 4px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 38px;
  line-height: 40px;
  padding-left: 50px;
  margin-top: 6px;
  display: inline-block;
  overflow: hidden;
  margin-left: -37px;
  font-size: 16px;
  font-weight: bold;
}
input[type=checkbox]:not(old):checked + label{
  background-position : 1px -50px;
}
input[type=radio]:not(old){
  width   : 30px;
  height   : 30px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
input[type="radio"]:not(old) + label {
  background-image: url("../images/radio.png");
  background-position: 1px 0;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 38px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 45px;
  margin-left: -32px;
  width: 200px;
}
input[type=radio]:not(old):checked + label{
  background-position : 1px -45px;
}
.email-addon input[type=checkbox]:not(old){
  width   : 30px;
  height   : 30px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
.email-addon input[type="checkbox"]:not(old) + label {
  background-image: url("../images/radio.png");
  background-position: 1px 0;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 38px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 45px;
  margin-left: -32px;
  width: 200px;
}
.email-addon input[type=checkbox]:not(old):checked + label{
  background-position : 1px -45px;
}