/*Deactivate Button on form submit*/
.powermail_submit:disabled,
.powermail_submit[disabled] {
    background-color: #1a701a !important;
}
/*Add missing color for a's not in p*/
.powermail_field a {
    color: rgb(51,51,51);
}
