/*--------------------------------------
Comments
---------------------------------------*/
div#comments
{
	margin-top:20px;
	margin-bottom:20px;
}

#comments_list
{
		
}

#comments_list .comment_container
{
	margin-bottom:20px;	
}

#comments_list .comment_container .comment_text
{
	padding:10px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#comments_list .comment_container .comment_arrow
{
	margin-left:20px;
	width:20px;
	height:20px;
}

#comments_list .comment_container .comment_user
{
	float:left;
	margin-left:10px;
}

#comments_list .comment_container .comment_options
{
	float:right;
	margin-right:10px;
}

#comments_list .comment_container .comment_options a
{
	margin-left:10px;
}

#add_comment
{
	
}

div#add_comment textarea
{
	font-family: Arial, Helvetica, sans-serif;
	width:540px;
	padding:10px;
	font-size:16px;
	border:none;
	color:#736357;
}