
.entry .comment blockquote a:hover, .entry .comment-post fieldset a:hover { color: #000; }
.entry .comment .show { float: right; text-decoration: underline; }
.entry .comment .show:hover { color: #191047; }
.entry .comment .vote { float: right; }
.entry .comment .vote em { display: block; opacity: 0.5; width: 11px; height: 0px; float: right; margin: 4px 0 0 4px; background: url(../../gfx/_static_main.png) -989px -71px no-repeat; }
.entry .comment .vote em.up { background-position: -978px -71px; }
.entry .comment .vote em:hover, .entry .comment .vote em.active { cursor: pointer; opacity: 1; }
.entry .comment .vote-stat { border-left: 0px solid #d8d8e0; margin: 0 3px 0 5px; padding: 0 0 0 5px; font-weight: bold; color: #fff; }
.entry .comment .vote-stat-plus { color: #fff; }
.entry .comment .vote-stat-minus { color: #fff; }
.entry .comment-hidden p, .entry .comment-hidden blockquote, .entry .comment-hidden .comment-meta strong { opacity: 0.6; }
.entry .comment-post .id { display: none; font-size: 11px; margin: 0 0 10px 0; padding: 5px 0 0 0; text-align: right; height: 17px; }
.entry .comment-post .denied { display: none; }
.entry .comment-post .terms:hover { text-decoration: underline; color: #555; }
.entry .comment-post-active label { color: #033685 !important; }
/*.entry .comment-post-active textarea { height: 34px; }*/
.entry .comment-post .submit { float: right; cursor: pointer; display: none; }
.entry .comment-post .submit input { width: 80px; }
.entry .comment-post-active-posting .id, .entry .comment-post-active-posting .submit { display: block !important; }
.entry .comment-post input[name="user"] {
	width: 150px;
	float: left;
	background: #dfe2e5;
	color: #686868;
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #c0c6cb;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1) inset; 
	   -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1) inset;
			box-shadow: 0px 0px 3px rgba(0,0,0,.1) inset;
}

.entry .feedback .dialogRegisterNick { background: #FFF1C4; padding: 7px 10px; border: 2px solid #FFD54D; color: #261E05; }
.entry .feedback .dialogRegisterNick { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
