﻿.YourSay
{
	background-color:#DDDDDD;
	border:4px solid #666666;
	margin:10px 0px 10px 0px;
	padding:10px;
	
	float:left;
}

.YourSay .Header
{
	font-size:18px;
	font-weight:bold;
	color:#0077BE;
}

.YourSay .item
{
	background-color:#999999;
	border-bottom:1px solid #666666;
	margin-bottom:5px;
	padding:3px;
}

.YourSay .CommentHeading
{
	font-weight:normal;	
	color:White;
	font-size:13px;
	text-transform:none;
	padding:3px 0px 3px 0px;
	text-decoration:none;
	border-bottom:1px solid #DDDDDD;
}

.YourSay .HighlightVIP
{
	font-weight:bold;	
	color:#944967; /*  #C5161D; */
}


.YourSay .Comment
{
	width:99%;
	margin:5px 0px 5px 5px;
	
}

.YourSay .PostedBy
{
	color:#424242;
	font-style:italic;
	font-size:11px;
}

.YourSay .CommentForm
{
	background-color:#DDDDDD;
	border:1px solid #999999;
}
.YourSay .CommentForm TH
{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	text-align:center;
	
}

