/* CSS Document */
#ResponseHead
{
	background:url(../images/res_head_bg.gif) repeat-x;
}
#ResponseHead div
{
	height:28px;
	background:url(../images/res_head_r.gif) right no-repeat;
	overflow:hidden;
	color:#fff;
	font:bold 16px Arial;
	padding-right:15px;
	line-height:28px;
}
#ResponseHead span
{
	font:normal 12px Arial;
	display:inline-block;
	padding-right:5px;
}
#ResponseHead #Add
{
	display:block;
	width:102px;
	height:28px;
	background:url(../images/add_comment.gif) center no-repeat;
	float:left;
}
#ResponseForm
{
	background:#f3f3f3;
	padding:10px;
	border:1px solid #a1a1a1;
	border-bottom:none;
}
#ResponseForm table
{
	margin:0 auto;
}
#ResponseForm table tr
{
	vertical-align:top;
}
#ResponseForm table th
{
	text-align:right;
}
/* ==================================================================================================== */
#Responses
{
	background:#f3f3f3;
	border:1px solid #a1a1a1;
}
#ResponsesTbl
{
	text-align:center;
	color:#000;
}
#ResponsesTbl tbody tr
{
	cursor:pointer;
}
#ResponsesTbl td
{
	height:30px;
	border-top:1px dotted #757575;
	border-left:1px solid #a1a1a1;
}
#ResponsesTbl th
{
	text-align:center;
	height:30px;
	border-left:1px solid #a1a1a1;
}
#ResponsesTbl .DataBox
{
	background:#fff; 
	text-align:right; 
	padding:10px;
	border-left:none;
}
#ResMsg
{
	color:#F00;
}

