.rsc_label{
	width:20%;
	display:block;
	float:left;
}

.rsc_input{
	display:block;
	float:left;
}
.rscomments_form_container
{
	overflow: hidden;
}

.rscomments_form_container .rsc_clear {
	display: block;
	clear: both;
	height: 1%;
	font-size: 1%;
	margin-bottom:10px;
}

.rsc_rq{
	display:block;
	float:right;
}

.rsc_message{
	background: #FFFFE0;
	border-bottom: 2px solid #C7C7C7;
	border-top: 2px solid #C7C7C7;
	font-weight: bold;
	padding: 8px;
	text-align:center !important;
}

.rsc_error{
	border:1px solid red;
}

.rsc_quote {
	clear:both;
	display:block;
	margin:5px 0 5px 10px;
}

.rsc_quote blockquote{
	border:1px dashed #849B9F;
	margin:0px;
	padding:8px;
	text-align:left;
}

.rsc_code {
	clear:both;
	display:block;
	margin:5px 0 5px 10px;
}

.rsc_code pre{
	border:1px solid #849B9F;
	margin:0px;
	padding:8px;
	text-align:left;
}

.rsc_emoticons{
	display: none;
	position: absolute;
	z-index: 99;
	background: #FFFFE0;
	border: 2px solid #C7C7C7;
	padding: 8px;
	width:23%;
}

.rsc_comment_options{
	float:right;
}

.rsc_comment_options a{
	text-decoration:none !important;
}

.rsc_comment_options img{
	vertical-align:middle;
}

.rsc_toggler{
	cursor:pointer;
}
