.SubscriptionPage label.error { display: block; position: absolute; margin: -30px 0 0 450px; background: rgba(255, 100, 100, 0.4); border: 1px solid #FF0000; border-radius: 4px; padding: 0.2em 0.4em; }
.SubscriptionPage input.error { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }
.SubscriptionPage input.error:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

#MailingLists li { width: auto; margin-right: 20px; padding: 6px 0 0; }

#SendNotificationControlls li.active { border-bottom: 1px solid #D9D9D9; box-shadow: inset 0 1px 0 #757575; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5b5b5), color-stop(100%, #e7e7e7)); background: -moz-linear-gradient(#b5b5b5, #e7e7e7); background: -webkit-linear-gradient(#b5b5b5, #e7e7e7); background: -o-linear-gradient(#b5b5b5, #e7e7e7); background: linear-gradient(#b5b5b5, #e7e7e7); }

.SendNotificationControlledPanel { display: none; }

#Form_ResubscribeForm .Actions:after { display: none; }
