+
+.deleted {background-color: #F4E7E7;}
+
+#command-loader {
+ position: fixed;
+ bottom: 0px;
+ left: 0px;
+ width: 24px;
+ height: 24px;
+ background: url('/m/default/media/images/indicator.gif')
+}
+
+#command-loader.success {
+ background: url('/m/default/media/images/vote-accepted-on.png')
+}
+
+.user-prompt {
+ width: 300px;
+}
+
+.user-prompt select, .user-prompt textarea {
+ width: 100%;
+ padding: 0;
+ border: 0;
+}
+
+.user-prompt .prompt-buttons {
+ text-align: right;
+}
+
+.comment-form-buttons {
+ width: 18%;
+ height: 100%;
+ float: right;
+}
+
+.comment-form-buttons input, .user-prompt .prompt-buttons button {
+ height: 16px;
+ line-height: 12px;
+ font-size: 110%;
+ border: 1px solid #999;
+}
+
+.comment-form-buttons input {
+ width: 100%;
+ height: 22px;
+ vertical-align: center;
+ margin-top: 6px;
+}
+
+.comments-char-left-count.warn {
+ color: orange;
+}
+
+.moderation {
+ background-color: #FFF380;
+ border: 1px solid darkred;
+ padding: 0 5px;
+}
+
+.moderation p { margin-bottom: 3px; }
+
+.moderation #action_status {
+ font-weight: bold;
+ text-align: center;
+}
\ No newline at end of file