.clear {
	width: 100%;
	clear: both;
	display: block;
	}
	
.rsb_comments {
	clear: both;
	}

.rsc_container{
	border:1px solid red;
	width:100%;
	padding-bottom:2px;
	margin-bottom:5px;
	clear: both;
	overflow: hidden;
}

.rsc_details{
	border:1px solid black; 
}

.rsc_avatar{
	float:left;
}

.rsc_name{
	float:left;
}

.rsc_options{
	float:right;
	margin-top: 6px;
}

.rsc_comment_container
{
	clear: both;
	overflow: hidden;
	margin-bottom: 14px;
	width: 100%;
}

.rsc_avatar_container
{
	float: left;
	width: 10%;
}

.rsc_cloud_arrow
{
	background: url(cloud/arrow-y.png) no-repeat top left;
	width: 13px;
	height: 19px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.rsc_cloud_comment
{
	background: #f6f6f6 url(cloud/gradient.png) repeat-x;
	border: solid 1px #959595;
	float: left;
	padding: 7px;
	margin-left: 12px;
	width: 95%;
}

.rsc_right_container
{
	float: left;
	width: 89%;
}

.rsc_cloud_container
{
	position: relative;
}

.rsc_author
{
	clear: both;
	padding-left: 14px;
	display: block;
}

.rsc_clear
{
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
}

.rsc_subject
{
	display: block;
	font-weight: bold;
	color: #0E71A5;
	float: left;
}

.rsc_comment_options {
	margin: 5px 10px 0 0;
	}
	
.rsc_right_container {
	margin-left: 5px;
	}

.rsc_voting
{
	float: right;
}

.rsc_author strong
{
	float:left;
}

.rsc_author small
{
	float: right;
}

.rsb_comments {
	margin-top:15px !important;
	padding:5px 0 !important;
	
	width:740px;
	float:left;
	-moz-border-radius:8px;
	border-radius:8px;
	}
	
.rscomments_form_container p {
	margin: 10px;
	}
	
.rsc_comment_container, .rscomments_form_container {
	position: relative;
	width:683px;	
	clear: both;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-moz-border-radius:4px;
	border-radius: 4px;
	padding: 20px;	
	margin-left: 8px;	
	background: #f8f8f8;
	}
	
.button {
	width:127px;
	height:36px;
	background:url(../images/button.png) no-repeat left top;
	line-height:36px;
	text-align:center;
	display:block;
	color:white;
	text-decoration:none;
	float:left;
	font-weight:bold;
	text-shadow:1px 1px 0px #1b4b64;
	cursor:pointer;
	border: none;
	margin-right: 5px;
	}
	
.rsc_input, .inputbox {
	background:url(images/bg_inp.png) no-repeat left top;
	width:280px;
	height:30px;
	border: none;
	}
	
.rsc_error {
	border: none;
	background:url(images/bg_inp_error.png) no-repeat left top !important;
	}
	
#rsc_comment {
	width:280px;
	height:140px;
	background:url(images/bg_txta.png) no-repeat;
	border:none;
	margin-right: 5px;
	display: block;
	}
	
#commentlen {
	margin-left: 80px;
	padding-top: 15px;	
	}
	
.rsc_error_txt {
	border: none;
	background:url(images/bg_txta_error.png) no-repeat left top !important;
	}
	
.rscomments_small_container {
	width: 415px;
	margin: 0 auto;
	}