/* *** NEWSLETTER *** */

#newsletter input[type=text] { position: relative; width: 100%; font-size: 14px; font-weight: lighter; font-style: italic; color: #282828; margin-bottom: 4px; line-height: 20px; padding: 10px 10px; webkit-border-radius: 28px/29px 29px 28px 28px; -moz-border-radius: 28px/29px 29px 28px 28px; border-radius: 28px/29px 29px 28px 28px; background-color: #fff; border: solid 6px #f7f4f1; } }
#newsletter p { font-style: italic; font-size: 14px; color: #282828; font-weight: lighter; }
#newsletter input[type=submit] { position: relative; border: none; font-size: 16px; padding: 0 20px; line-height: 24px; color: #ffffff; margin: 0 auto; display: block; -webkit-border-radius: 12px 11px 11px 12px/12px 12px 11px 11px; -moz-border-radius: 12px 11px 11px 12px/12px 12px 11px 11px; border-radius: 12px 11px 11px 12px/12px 12px 11px 11px; background-color: #cf1818; }
#newsletter input[type=submit]:hover { background-color: #000; }