/* CSS Document */

#comments{
clear:both;
	width:669px;
}
#comments #devider{
	border-bottom: solid #653A28 5px;
	padding:10px 12px 5px 0;
}

#comments form{
	margin:0;
	padding:0;
}
#comments #comments_section{
	margin-top:15px;
}
#comments form td{
padding:0 10px 0 5px;
}
#comments form input,
#comments form textarea{
	width:100%;
	border:none;
	padding:2px 5px;
	background:#FAFFE6;
	font-size:14px;
}

#comments .subhead{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #A98D7C;
	white-space:nowrap;
}

#comments .title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#845C43;
	border-bottom:1px solid #CFBDA4;
	vertical-align:bottom;
	margin:0 10px 0 10px;
}
#comments form .title{
	border:none;
}
#comments #bouble{
	width:669px;
	background:url(../images/com_comment_grad.png) repeat-x top #FAFFE6;
}

#comments #bouble .title{
	font-size:20px;
}
#comments #bouble .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#F7911E;
	text-transform:uppercase;
	letter-spacing:1px;
}
#comments #bouble .comment{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#845C43;
	margin:5px 20px 0 20px;
	line-height:16px;
	padding-bottom:3px;
}
#comments .author{
	font-size:16px;
	color:#845C43;
	text-align:right;
	padding:20px 180px 0 0;
	background:url(../images/com_comment_bottom.png) no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#comments #admin_control{
	position:absolute;
	float:right;
	margin-left:600px;
}
#comments #admin_control img{
	cursor:pointer;
}
#comments #img_submit{
	cursor:pointer;
}
