/* ajax */
.jwProcessing { background-image: url(/core/jworks/img/ui-anim_basic_16x16.gif); display: block; background-repeat: no-repeat; width: 16px; height: 16px; position: absolute; top: 0; right: -18px; }
.jwHoldingIcon { margin-right: 20px; }


/* popup */
.ui-dialog { font-size: 12px; }

/* buttons */
.pill { border-radius: 1em; padding: 0.15em 0.7em; margin-left: 0.2em;  border: 1px solid #999; }

/* messages */
.jwMsg { font-weight: bold; display: inline-block; line-height: 16px; padding-left: 20px; margin: 0.5em 0.5em; background-repeat: no-repeat; display: none; }
    .jwMsg ul { margin: 0; padding: 0; list-style-type: none; }
    .jwMsg li { line-height: 1.3em; list-style-type: none; text-align: left; }

.jwMsgSubmitting { color: #333; background-image: url(/core/jWorks/img/ui-anim_basic_16x16.gif); }
.jwMsgDone { color: #2E52A4; background-image: url(/core/jWorks/img/iconic/blue/check_12x10.png); }
.jwMsgError { color: #f00; }
    .jwMsgError li { background-image: url(/core/jWorks/img/iconic/red/x_alt_12x12.png); padding-left: 20px; background-position: 0 0.3em; background-repeat: no-repeat; }
