.list-signup h2 { font-size:1.2em; margin:1em 0 10px }
.list-signup .input-box { display:inline-block; vertical-align:top; width:340px; max-width:100%; padding:2px 10px; box-sizing:border-box }
.list-signup fieldset { padding:10px; margin-bottom:1em } 
.list-signup .error { color: #ff0000 }
.list-signup .submit { display:inline-block; vertical-align:top; box-sizing:border-box; height:30px; line-height:30px; padding:0 15px; color:#000; border:solid 1px #999; border-radius:3px;
background: #fff;
background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.list-signup .notice { max-width:600px; margin:1em auto; padding:10px 10px 0; border:solid 1px #999; background:#fbf7e8; color:#333; font-family:verdana; font-size:11px }
