/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31-Mar-2016, 14:17:35
    Author     : Chris
*/
#edit-how .fieldset-wrapper li.card {
  background-image: url('../images/Subscribe_Credit-card_33x33.jpg');
}
#edit-how .fieldset-wrapper li.telephone {
  background-image: url('../images/Subscribe_Phone_33x33.jpg');
}
#edit-how .fieldset-wrapper li.invoice {
  background-image: url('../images/Subscribe_Envelope_33x33.jpg');
}
#edit-how .fieldset-wrapper li.download {
  background-image: url('../images/Subscribe_Download_33x33.jpg');
}
#edit-how .fieldset-wrapper li a {
  text-decoration: underline;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  height: 40px;
  line-height: 30px;
  padding-left: 25px;
  display: inline-block;
  margin-left: 100px;
  margin-right: -100px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  background-image: none;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  background-image: none;
}
