
html,body{margin: 0; padding: 0;}
.mailmag-form-wrapper{width: 1000px;}
.mailmag-form{border: 1px solid #ccc;}
.gm{margin: 0 auto; width: 900px;}
.gc{display: none; margin: 0 auto; width: 1000px; text-align: center;}
#ie{width: 600px;height: 15px; padding:5px; font-size: 120%}
.be, .bc{width: 100%;}
.ia{display: none; color: red; font-size: 75%; margin: 5px 0; }
.md{font-size: 70%; margin: 0;}
.ent{float: right;}
.be {
  font-size:10px;
  font-family:Arial;
  font-weight:normal;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #d02718;
  padding:9px 18px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
  background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
  background-color:#f24537;
  color:#ffffff;
  display:inline-block;
  -webkit-box-shadow:inset 1px 0px 0px 0px #f5978e;
  -moz-box-shadow:inset 1px 0px 0px 0px #f5978e;
  box-shadow:inset 1px 0px 0px 0px #f5978e;
}.be:hover {
  background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
  background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
  background-color:#c62d1f;
}.be:active {
  position:relative;
  top:1px;
}
