form { margin: 0px; padding: 0px; }
.newsletter p { margin: 0px auto; width: 300px; margin-top: 50px; margin-bottom: 15px; font-family: 'Lato', sans-serif; font-size: 20px; font-weight: normal; color: #ED3D3D; }
.newsletter label { display: block; float: left; width: 100px; cursor: pointer; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: normal; height: 30px; line-height: 30px; }
.newsletter input[type="email"] { float: left; padding: 5px 10px; height: 20px; line-height: 20px; width: 200px; outline: none; }
.newsletter input[type="submit"] { float: left; margin: 15px 0 0 0; padding: 0 18px; height: 40px; line-height: 40px; color: #FDFEFE; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: normal; border: 0px; background-color: #ED3D3D; border-bottom: 2px solid #C33D3D; moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; outline: none; cursor: pointer; }
.newsletter input[type="submit"]:hover { background-color: #C33D3D; }