/* Place in same plugin folder as assets.css */
.jsp-form input, .jsp-form button { width: 100%; max-width: 400px; padding: 6px; margin-bottom: 8px; }
.jsp-msg.success { background:#e6ffed; border:1px solid #9ae6b4; padding:8px; margin-bottom:10px; }
.jsp-msg.error { background:#ffecec; border:1px solid #ff9e9e; padding:8px; margin-bottom:10px; }
