@charset "utf-8";

.news-letter {
  border-radius: 5px;
  position: relative;
  margin: 20px auto;
  width: 650px;
  padding: 33px 25px 29px;
  background: white;
  border: 10px dashed #f06565;

}

.news-letter:before, .news-letter:after {
  height: 10px;
  background: inherit;
  border-radius: 4px;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;

}

.news-letter:after {
  bottom: 3px;
  border-color: #dcdcdc;
}
.news-letter-title-mini {
    background: none repeat scroll 0 0 #FFFFFF; /* newsletter background  */
    color: #aaa;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    padding-bottom: 15px;
    margin: 0 0 10px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #fff;
}

.news-letter-title-mini-under {
  text-align:center;
  width:80%;
  margin-left:10%;
  margin-right:10%;
  color: #aaa;
border-top: 1px solid #e5e5e5;
padding-top: 10px;
}

.news-letter-title {
    background: none repeat scroll 0 0 #FFFFFF; /* newsletter background  */
    color: #f06565;
    font-size: 130px;
    font-weight: 500;
    letter-spacing:-11px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #fff;
}


.news-letter input {
  border: 1px solid #ccc;
  width:80%;
  border-radius: 3px;
  text-align: center;
  font-family: inherit;
  font-size:24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-letter-input {
  width:80%;
  margin-left:10%;
  margin-right:10%;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 17px;
  background: white;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -2px #ebebeb;
  box-shadow: inset 0 -2px #ebebeb;
}

.news-letter-input:focus {
  border-color: #c4c4c4;
  outline: none;
  -webkit-box-shadow: inset 0 -2px #c4c4c4;
  box-shadow: inset 0 -2px #c4c4c4;
  text-align: center;
}

.lt-ie9 .news-letter-input {
  line-height: 48px;
  text-align: center;

}

.news-letter-button {
  position: relative;
  vertical-align: top;
  height: 60px;
  width:80%;
  margin-left:10%;
  margin-right:10%;
  padding: 0;
  font-size: 27px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f06565; /* button background  */
  border: 0;
  border-bottom: 2px solid #b65a51; /* newsletter button shadow */
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #b65a51;
  box-shadow: inset 0 -2px #b65a51;
}


.news-letter-button:hover {
  position: relative;
  vertical-align: top;
  height: 60px;
  padding: 0;
  font-size:24px;
  color: yellow;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f06565; /* button background  */
  border: 0;
  border-bottom: 2px solid #b65a51; /* newsletter button shadow */
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #b65a51;
  box-shadow: inset 0 -2px #b65a51;
}

.news-letter-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
