/* - - - - - EMAIL SIGNUP FORM - - - - - */
#unsubscribeform {display:block; width:100%;height:340px;margin:0 auto;text-align:center;}
#unsubscribeform legend {padding:5px; background-color:#740C40; color:#fff; border:1px solid #333; margin:0 auto 10px auto; text-align:center;}
#unsubscribeform label {display:block; width:100%;color:#000; cursor:default;}
#unsubscribeform label input {display:block; width:280px; border:1px solid #777; background-color:#f1f1f1; color:#555; padding:2px;margin:0 auto;}
#unsubscribeform label select {display:block; width:285px; border:1px solid #777; background-color:#f1f1f1; color:#555;margin:0 auto;}
#unsubscribeform label input.inline {display:inline-block; margin-right:5px; width:50px;}
#unsubscribeform label.focus {color:#fff; font-weight:bold;}
#unsubscribeform label input.focus, #unsubscribeform label select.focus {border:1px solid #000; background-color:#fff; color:#000;}
#unsubscribeform input.submit { margin:0 auto; width:100px; display:block; font-weight:bold; padding:3px; cursor:pointer;float:none;margin-top:10px;}
#unsubscribeform input.submit:hover, #unsubscribeform input.submit:focus, #unsubscribeform input.submit:active { background:#ACCDC9; color:#000;}
#unsubscribeform label.error {color:#f00; font-weight:bold; font-size:.9em;}
#unsubscribeform .smtext {font-size:10px;}