div#PageComments_holder
{
	font-size: 0.9em;
	color: #101010;
}

div#PageComments_holder h3
{
	font-size: 1.5em;
	color: #101010;
}

div#CommentHolder
{
	/*width: 410px;*/
	oveflow: hidden;
}

div#CommentHolder
{
	margin: 0 0 50px 0;
}

div#CommentHolder div.poster-line div.poster-pix
{
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

div#CommentHolder div.poster-line
{
	overflow: hidden;
}

div#CommentHolder div.poster-line div.poster-info
{
	float: left;
}

div#CommentHolder div.poster-line p
{
	margin: 3px 0 3px 0;
}

div#CommentHolder p.date
{
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

div#CommentHolder p.comment
{
	width: 500px;
}

ul#PageComments li
{
	padding: 25px 0 15px 0;
	/*margin: 5px 0;*/
	background: url(/themes/rmhc/img/divider-horizontal.gif) top left repeat-x;
	overflow: hidden;
}

ul#PageComments li.first
{
	background: none;
	padding-top: 0;
}

ul#PageComments li.even
{
	/*background-color: #F2EAE6;*/
}

ul#PageComments li p.poster b
{
	font-weight: normal;
}

ul#PageComments ul.actionLinks
{
	overflow: hidden;
}

ul#PageComments ul.actionLinks li
{
	background: none;
	float: left;
	padding: 0 5px 0 0;
}

div#comment-form
{
	position: relative;
	overflow: hidden;
	background: #f3ece7 url(/themes/rmhc/img/divider-horizontal.gif) repeat-x;
	padding: 20px 0 20px 20px;
}

div#comment-type-panel
{
	overflow: hidden;
	position: relative;
}

div#comment-form h3
{
	font-size: 1.2em;
}

div#comment-type-panel ol
{
	overflow: hidden;
	padding: 0;
	list-style: none inside;
}

div#comment-type-panel ol li
{
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 25px;
	margin-right: 25px;
	width: 395px;
}

div#comment-type-panel ol li.last
{
	border-right: none;
	margin-right: 0;
	margin-top: 43px;
	padding-right: 0;
	width: 180px;
}

div#comment-area
{
	/*display: none;*/
}

div#comment-area div.field
{
	margin: 10px 0;
}

div#comment-area div.field label
{
	display: block;
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 10px;
}

div#comment-area div.field label.error
{
	display: block;
	float: none;
	width: 200px;
	text-align: left;
	padding-left: 80px;
	color: #932c2b;
}

div#comment-area div.recaptcha_input_area label.error
{
	display: block;
	float: none;
	width: 200px;
	padding-left: 0;
	padding-top: 30px;
}

div#comment-area div.field span.message
{
	display: block;
	padding-left: 80px;
	color: #932c2b;
}

div#comment-area div.recaptcha span.message
{
	padding-left: 0;
}

div#comment-form div.Actions
{
	margin: 0 0 0 80px;
}

div#comment-form h4
{
	font-size: 1.2em;
	font-weight: normal;
}

div#comment-form h4.form-headline
{
	font-size: 1.5em;
	font-weight: normal;
}

div#comment-form span.required
{
	color: #932c2b;
}

div#comment-form div#fb-comment-form
{
	width: 400px;
}

div#comment-form div#fb-comment-form div#logout
{
	text-align: right;
}

div#comment-form div#fb-comment-form div#fb-profile-pix
{
	float: left;
	margin-right: 10px;
}

div#comment-form div#fb-comment-form div#fb-user
{
	float: left;
}

div#comment-form div#fb-comment-form div#comment-area
{
	clear: both;
}

div#comment-form div.text input,
div#comment-form div.textarealimitedlength textarea
{
	width: 305px;
}

div#comment-form div.textarea textarea
{
	height: 75px;
}

div#comment-form div#recaptcha_widget_div
{
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}

div#comment-form p#security,
div#comment-form p#Publish
{
	margin: 0 0 15px 80px;
}

div#comment-form p#maxChar
{
	margin: 1.2em 0;
	font-style: italic;
	text-align: right;
}

div#comment-grey
{
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
	background-color: #fff;
