#EDMCFireflyGrey {
  padding: 0 0 20px 0;
}
#EDMCFireflyGrey .title {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
}
#EDMCFireflyGrey input[type="text"] {
  border: solid 1px #323232;
  line-height: 34px;
  height: 34px;
  padding: 0 3%;
  margin: 8px 0 0 0;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #c9d6c9;
  width: 93%;
  background-color: #424242;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-shadow: none;
}
#EDMCFireflyGrey input[type="text"]:hover {
  border-color: #4c4c4c;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
#EDMCFireflyGrey input[type="text"]:focus {
  border-color: #4c4c4c;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
#EDMCFireflyGrey label {
  color: white;
  font-family: Arial;
  font-size: 12px;
  padding: 5px 0;
  line-height: 14px;
  display: inline !important;
}
#EDMCFireflyGrey .btnsubscribe, #EDMCFireflyGrey .btnunsubscribe {
  margin: 18px 0;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-family: Arial;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 0;
  width: 47%;
  text-align: center;
  height: 27px;
  line-height: 27px;
  background-color: #8c0101;
  background-image: none;
  border: solid 1px #660101;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px -1px rgba(255, 255, 255, 0.8), 0px 0px 2px 0 rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
  float: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#EDMCFireflyGrey .btnsubscribe:hover, #EDMCFireflyGrey .btnunsubscribe:hover {
  background-color: #790101;
}
#EDMCFireflyGrey .btnunsubscribe {
  background: #4a4a4a none;
  border: solid 1px #313130;
  color: white;
  float: right;
  text-transform: none;
}
#EDMCFireflyGrey .btnunsubscribe:hover {
  background-color: #393939;
}
#EDMCFireflyGrey .btnarchive {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  clear: both;
  color: #aaaaaa;
  clear: both;
  float: left;
}
#EDMCFireflyGrey .btnarchive:hover {
  text-decoration: underline;
}
#EDMCFireflyGrey .valid {
  float: left;
  clear: both;
  width: 95%;
  border: solid 1px red;
  padding: 7px;
  color: white !important;
  margin: 1px 0;
  background-color: black;
  font-family: Arial;
  font-size: 12px;
  opacity: 0.5;
}
#EDMCFireflyGrey .edmcgroupclass {
  margin-left: 10px !important;
}
#EDMCFireflyGrey .edmcremovecheckbox label {
  font-weight: bold;
  font-size: 13px;
}
#EDMCFireflyGrey .edmcremovecheckbox .mark,
#EDMCFireflyGrey .edmcremovecheckbox input {
  display: none;
}
