Differences From Artifact [903a1b66a2]:

To Artifact [ac3a89353d]:


184
185
186
187
188
189
190




191
192
193
194
195
196
197
span.confirm, b.confirm {
    color: #090;
}

span.alert, b.alert {
    color: #990;
}





p.error, div.error {
    border: 1px solid #c00;
    background: #fcc;
    padding: 0.5em;
    margin-bottom: 1em;
}







>
>
>
>







184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
span.confirm, b.confirm {
    color: #090;
}

span.alert, b.alert {
    color: #990;
}

.error.invalidEmail {
    text-decoration: line-through;
}

p.error, div.error {
    border: 1px solid #c00;
    background: #fcc;
    padding: 0.5em;
    margin-bottom: 1em;
}