.newsletter {
font-size: 18px;
color: #fff;
vertical-align: middle;
border: 0px none
}
.newsletter input {
border: 1px solid #aaaaaa;
border-radius: 14px;
padding: 17px 25px;
font-size: 18px;
font-style: italic;
width: 100%;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
font-family: Lato, 'sans-serif';
}
.newsletter #submit {
position: absolute;
font-weight: bold;
border: 0px none;
background: none;
right: 0px;
top: 0px;
width: 100px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
color: #a4a4a4;
font-family: Lato, 'sans-serif';
}
.newsletter placeholder { color: rgba(144,144,144,1) }

