Get Free Email Updates
If nothing else, you should sign-up because I have really nice email forms ;-)
#optin {
background: #efefef;
border: 1px solid #ccc;
padding: 20px 15px;
text-align: center;
}
#optin p { margin: 8px 0 0 }
#optin input {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd
}
#optin input[type="text"] {
border: 1px solid #ccc;
font-size: 15px;
margin-bottom: 10px;
padding: 8px 10px;
width: 90%
}
#optin input.name { background: #fff url(images/name.png) no-repeat center right }
#optin input.email { background: #fff url(images/email.png) no-repeat center right }
#optin input[type="submit"] {
background: #217b30 url(images/green.png) repeat-x top;
border: 1px solid #137725;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: bold;
padding: 8px 0;
text-shadow: -1px -1px #1c5d28;
width: 100%
}
#optin input[type="submit"]:hover { color: #c6ffd1 }