/*-------------------------
 *  COMMENTS
 *-------------------------
 */

.commentlist{
	height: 195px;
	overflow-y: scroll;
}

.commentsdiv{
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	width:550px;
	float:left;
	margin:0 0 0 0px;
	text-align:left;
}

.commentinputdiv{
	margin:0 0 0 0;
	padding:5px 0 0 5px;
	float:left;
	font-family: arial;
	font-size: 11px;
}

.comment {
	height: 104px;
	border-top: 1px solid #fff;
	background-color: #528ECE;	
}

.comment form{
	margin: 0;
	padding: 0;
}

.comments_table {	
	background-color: #ffffff;	
	margin:0 0 0 0px;	
	width:420px;
}

.comments_name {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #2786C2;
}

.comments_date { 
	font-family: arial;	
	font-size: 10px;
	text-align: right;
	color: #969696;
	font-weight: normal;
}
.comments_date a{
	text-decoration: none;
    color: #000;
	font-style: normal;
	font-weight: bold;
}
.comments_date a:hover{
	text-decoration: underline;
}
.comments_message {
	font-size: 11px;
	font-family: arial;
	line-height:16px;
	padding:0px;
	margin:0px;
}

.reaction{ 
	margin: 2px 0 0 10px;
}
.reaction td{
	padding: 0 5px 0 0;
	vertical-align: top;
}
.reaction td input
{
	width: 140px;
	height: 14px;
}
.reaction td textarea
{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	height: 80px;
	width: 240px;
}
.reaction td input.submit
{
	height: 22px;
	margin: 5px 0 0 0;
}
