.rsc_comment_container {
	clear: both;
	overflow: hidden;
	margin-bottom: 14px;
	width: 100%;
}

.rsc_cloud_comment {
	background: #FFFFFF url(../images/gradient.png) repeat-x left bottom;
	float: left;
	padding: 7px;
	margin-left: 12px;
	width: 94%;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #CFCFCF;
	-webkit-box-shadow: 1px 1px 5px #CFCFCF;
	box-shadow: 1px 1px 5px #CFCFCF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.rsc_cloud_comment:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 7px #999;
	-webkit-box-shadow: 1px 1px 7px #999;
	box-shadow: 1px 1px 7px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rsc_comment_content{
	padding:5px;
	float:left;
	width:99%;
}

.rsc_avatar_container {
	float: left;
	width: 15%;
	padding: 5px;
	text-align:center !important;
}

.rsc_avatar{
	width:64px;
	height:64px;
	border-bottom: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}

.rsc_author {
	margin-bottom:5px;
	display: block;
	width:100%;
	text-decoration:none;
	color:#6F6F6F;
}

.rsc_author strong {
	line-height:15px;
	display:block;
}

.rsc_author strong span a,
.rsc_author strong span a:hover, 
.rsc_voting span a:hover, 
.rsc_attachment a:hover {
	background: none repeat scroll 0 0 transparent !important;
	text-decoration:none !important;
	color:#4f4f4f !important;
}

.rsc_date  {
	font-size:12px;
	display: block;
    margin: 5px 0px;
}

.rsc_subject {
	display: block;
	font-weight: bold;
	color: #6F6F6F;
	float: left;
	padding:5px;
	font-size:14px;
	font-family:Verdana;
	margin-bottom:5px;
	width:70%;
}

.rsc_voting {
	float: right;
	margin-right:5px;
}

.rsc_attachment {float:left;margin-top:8px;}
.rsc_attachment a{line-height:16px;}
.rsc_attachment img{display:block;float:left;}

.rsc_comment_options{
	float:right;
	margin-top: 6px;
}

.rsc_comment_options a:hover {
	background: none repeat scroll 0 0 transparent !important;
}

.rsc_buttons_container {
	float: right;
}

#rsc_comments_list a {
	text-decoration: none;
}

.rsloading {
	float:left; 
	margin-right: 5px; 
	margin-top: 5px;
}

#rscommentsForm input.invalid,
#rscommentsForm textarea.invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

#rscommentsForm input.invalid:focus,
#rscommentsForm textarea.invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.rsc_message {
	background: #FFFFFF url(../images/gradient.png) repeat-x left bottom;
	padding: 7px;
	margin-left: 12px;
	width: 95%;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #CFCFCF;
	-webkit-box-shadow: 1px 1px 5px #CFCFCF;
	box-shadow: 1px 1px 5px #CFCFCF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.rsc_message:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 7px #999;
	-webkit-box-shadow: 1px 1px 7px #999;
	box-shadow: 1px 1px 7px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rsc_modified {
	background: #efefef !important;
	background: -moz-linear-gradient(top,  #efefef 0%, #ebebeb 50%, #e6e6e6 51%, #fefefe 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#ebebeb), color-stop(51%,#e6e6e6), color-stop(100%,#fefefe)) !important;
	background: -webkit-linear-gradient(top,  #efefef 0%,#ebebeb 50%,#e6e6e6 51%,#fefefe 100%) !important;
	background: -o-linear-gradient(top,  #efefef 0%,#ebebeb 50%,#e6e6e6 51%,#fefefe 100%) !important;
	background: -ms-linear-gradient(top,  #efefef 0%,#ebebeb 50%,#e6e6e6 51%,#fefefe 100%) !important;
	background: linear-gradient(top,  #efefef 0%,#ebebeb 50%,#e6e6e6 51%,#fefefe 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fefefe',GradientType=0 ) !important;
	border-color: #ABBBCC #A7B6C7 #A1AFBF;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline;
	padding: 5px;
}