.optinform {
background: #667997;
width: 300px;
height: 94px;
position: relative;
}

.optinform h3 {
color: white;
font-size: 17px;
font-weight: normal;
padding: 20px 0 3px 15px;
margin: 0;
}

.optinform form {
padding-left: 15px;
margin: 0;
position: relative;
}

.optinform input.email {
position:relative;
top:4px;
vertical-align:top;
width:200px;
z-index: 2;
}
