.rsc_container{
	/*border:1px solid red;*/
	width:100%;
	padding-bottom:2px;
	margin-bottom:1px;
	clear: both;
	overflow: hidden;
}

.rsc_details{
	border:1px solid black; 
}

.rsc_avatar{
	float:left;
	width:1px;
	height:1px;
}

.rsc_name{
	float:left;
}

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

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

.rsc_avatar_container
{
	float: left;
	width: 1%;
}

.rsc_cloud_arrow
{
	background: url(cloud/arrow-y.png) no-repeat top left;
	width: 19px;
	height: 13px;
	display: block;
	position: absolute;
	top: -12px;
	left: 13px;
}

.rsc_cloud_comment
{
	background: #FCFDE6 url(cloud/gradient.png) repeat-x;
	border: solid 1px #959595;
	border-radius: 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
	float: left;
	padding: 7px;
	margin-left: 2px;
	width: 637px;
}

.rsc_right_container
{/*border:1px solid red;*/
	float: left;
	width: 657px;
}

.rsc_cloud_container
{
	position: relative;
}

.rsc_author
{
	clear: both;
	padding-left: 34px;
	display: block;
}

.rsc_clear
{
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
}

.rsc_subject
{
	display: block;
	font-weight: bold;
	color: #B8002E;
	float: left;
}

.rsc_voting , .rsc_attachement
{
	float: right;
}

.rsc_author strong
{
	float:left;
}

.rsc_author small
{
	float: right;
}