+.dialog-yes, .dialog-no {
+ margin: 0 3px 5px 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ background-color: #3060A8;
+ color: white;
+ height: 20px;
+ line-height: 20px;
+ font-weight: bold;
+ border: 0;
+}
+
+div.dialog.confirm, div.dialog.warning {
+ text-align: center;
+}
+
+div.dialog.confirm {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+div.dialog.prompt {
+ width: 355px;
+}
+
+div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content textarea, div.dialog.prompt .dialog-content input[type=text] {
+ width: 100%;
+ padding: 0;
+ border: 0;
+}
+
+.user-prompt .prompt-buttons {
+ text-align: right;
+}
+
+.suspended-user {
+ text-decoration: line-through;
+}
+
+.feed-icon {
+ width: 14px;
+ height: 14px;
+ display: inline-block;
+}
+
+div#subscription_list {
+ width: 100%;
+ /*float:left;*/
+}
+
+div.subscription_summary {
+ border-top: 2px dotted #CCCCCE;
+ overflow: hidden;
+ padding: 3px 0px 5px 0;
+ position: relative;
+ width:100%;
+ margin-top: 5px;
+}
+
+div.subscription_title {
+ /*float:left;
+ line-height:30px;*/
+ margin-top: 5px;
+ font-size: 16px;
+ font-weight:bold;
+}
+
+a.subscription_unsubscribe_button {
+ float:left;
+ font-size: 11px;
+ font-weight:bold;
+
+ margin-right:15px;
+ margin-top: 5px;
+}
+
+div.subscription_userinfo {
+ float:right;
+}
+
+div.subscription_tags {
+ font-family: sans-serif;
+ float:left;
+}
+div.subscription_tags a, span.tag {
+ background-color: #EEEEEE;
+ border-bottom: 1px solid #CCCCCC;
+ border-right: 1px solid #CCCCCC;
+ color: #777777;
+ font-size: 11px;
+ font-weight: normal;
+ padding: 1px 8px;
+ text-decoration: none;
+ white-space: nowrap;
+}
+div.subscription_tags a:hover {
+ background-color: #356FCB;
+ color: #FFFFFF;
+}
+
+div.wmd-button {
+ color:white;
+}
+div.wmd-button-bar {
+ float:left;
+}