.tx-safetysheets table {
    border-collapse: separate;
    border-spacing:  5px;
}

.tx-safetysheets .message-ok {
    background-color: #ccffcc;
    border:           1px solid #00cc00;
    margin:           10px 2px 20px;
    padding:          10px;
}

.tx-safetysheets .message-error {
    background-color: #ffcccc;
    border:           1px solid #cc0000;
    margin:           10px 2px 20px;
    padding:          10px;
}

.tx-safetysheets .honeypot {
    position: absolute;
    margin:   0 0 0 -999em;
}

.tx-safetysheets .powermail_submit {
    width:      25%;
    color:      #ffffff;
    text-align: center;
    box-shadow: none;
    padding:    5px 0;
}