.mc_error_msg, .mc_error_msg a
{
    color: #f00;
    margin-bottom: 1em;
}
.mc_success_msg
{
    color: #008000;
    margin-bottom: 1em;
}
.mc_merge_var
{
    padding: 0;
    margin: 0;
}
#mc-indicates-required
{
    width: 100%;
}
.mc_interests_header
{
    font-weight: bold;
}
div.mc_interest
{
    width: 100%;
}
#mc_signup_form label.mc_interest_label
{
    display: inline;
}
.mc_signup_submit
{
    text-align: center;
}
ul.mc_list
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
ul.mc_list li
{
    font-size: 14px;
}
#ui-datepicker-div .ui-datepicker-year
{
    display: none;
}
#ui-datepicker-div.show .ui-datepicker-year
{
    display: inline;
    padding-left: 3px;
}