ul, li, div, h1, h2, h3, p, input, img {
	margin:0px;
	padding:0px;
}

.negativeA:link, .negativeA:hover{
	background-color:#000; 
	padding:1px 12px;
	color:#fff;
	text-decoration:none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.textAreaComment
{
	width:455px;
	height:80px;
}

.textLogInStyle
{
	text-align: center; 
	font-style: italic;
}

.markedAsSpamStyle
{
	font-style: italic;
	border-bottom-style:dotted;
	border-bottom-width: 1 ;
	border-top-style:dotted;
	border-top-width: 1 ;
}

.submitComment
{
	font-size:11px;
}

.username{
	font-size:11px;
	background:#FDE40B none repeat scroll 0%;
	float:left;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
}
.centerRight a, .username a, .centerRight .username a:link
{
	text-decoration:none;
}

.date{
	float:left;
	font-weight:bold;
	margin-left:10px;
}
.blue{
	
}

.commentsBoxContentHeader{
	height:22px;
}
.commentBoxComment{
	border-top:1px solid #e1e1e1;
	padding:5px 0px;
}
.reply{
	padding-left:35px;
}
.replySpam
{
	float:right;
}
.lblReply
{
	background:#000;
	padding:1px 5px;
	color:#fff;
}
.lblSpam
{
	background:#000;
	padding:1px 5px;
	color:#fff;
}
a.lblSpam:link, a.lblSpam:visited, a.lblSpam:hover, .lblReply a:link, .lblReply a:visited, .lblReply a:hover
{
	color:#fff;
	text-decoration:none;
}
.commentBoxComment img{
	float:left;
	margin: 0 5px 5px 0;
	border:1px solid #e1e1e1;
}
.commentBoxComment p{
	clear:left;
}
.commentsBoxPagination{
	border-top:1px solid #e1e1e1;
	padding:7px 0px;
	height:12px;
}
.commentsBoxPagination .fltlft a{
	text-decoration:none;
}
.commentText
{
	padding:10px;
	font-weight:normal;
}
.commentExplanation
{
	background-color:Gray;
	float:left;
	height:135px;
	padding:10px;
	width:279px;
}