/* component Profile Comments style */

a#profile_comments_header_title
{
	font-weight: bold;
	text-decoration: none;
}

span#profile_comment_list_info
{
	margin: 2px;
	color: #bfbfbf;
}

a#load_profile_comment_form
{
	text-decoration: none;
}

div.profile_comment_container
{
	position: relative;
	margin: 4px 1px 10px 1px;
	border-top: 1px solid #6f6f6f;
	padding: 2px;
}

a.delete_profile_comment:link,
a.delete_profile_comment:visited
{
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #bf1414;
	text-decoration: none;
}

a.delete_profile_comment:active,
a.delete_profile_comment:hover
{
	color: #cf1616;
}

div.profile_comment_side_block
{
	float: left;
	width: 106px;
	border-right: 1px solid #3f3f3f;
	padding: 0 4px;
}

div.profile_comment_side_block a
{
	text-decoration: none;
}

div.profile_comment_side_block span
{
	margin: 2px;
	font-weight: bold;
	text-decoration: underline;
}

div.profile_comment_side_block img
{
	margin: 4px auto;
}

div.profile_comment_body
{
	float: left;
	margin: 4px 6px;
}

div.profile_comment_bottom
{
	margin-top: 2px;
	border-top: 1px solid #4f4f4f;
	padding: 1px 2px;
	font-size: 10px;
	text-align: right;
}


div#profile_comment_form_container
{
	position: relative;
}

div#profile_comment_form_container
{
	margin-bottom: 28px;
	border-bottom: 1px solid #4f4f4f;
	text-align: right;
}

textarea#profile_comment_form_body
{
	width: 410px;
	height: 100px;
	margin: 0px;
}

input#profile_comment_form_submit_btn
{
	position: absolute;
	right: 2px;
	bottom: -17px;
}

div#profile_comments_bottom
{
	text-align: right;
}
