body {
  margin:0px;
  padding:0px;
  overflow:hidden;
}

.exact-target #TemplateTable {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
}

.exact-target br {
  display: none;
}

.exact-target #Email {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 12px;
  width: 93%;
  height: 35px;
  padding: 8px;
  font-size: 1.23077em;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px inset;
}

@media (max-width:300px){

  .exact-target #Email {
    width:88%;
  }
}

.exact-target input[type=submit] {
  border: 0;
  padding: 7px 8px 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: white;
  background-color: #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 400px) {
  .exact-target input[type=submit] {
    width: 128px;
  }
}