.commentbox {

	width:100%;
	padding-top:15px;
	padding-bottom:15px;	
	background-color:#DDC180;
	border-bottom:1px solid #CCA342;
	border-top:1px solid #CCA342;
	clear:both;
	color:#270003;
	font-size:11px;
	overflow:hidden;

}

.commentbox h2 {

	font-size:18px;
	color:#7D0000;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:15px;	

}

.comment {

	width:90%;
	margin-left:auto;
	margin-right:auto;	
	background-color:#EBDFC5;
	margin-bottom:10px;
	position:relative;
	background-image:url(/images/commentbg.jpg);
	background-repeat:repeat-y;	
	border-top:1px solid #CCA342;
	border-right:1px solid #CCA342;
	border-bottom:1px solid #CCA342;
	overflow:hidden;

}

.comment_left {

	float:left;
	padding:5px;

}

.comment_left img {

	margin:10px;

}

.comment_right {

	float:right;
	overflow:hidden;
	width:83%;
	clear:right;

}

.comment_right .username {

	float:left;
	padding:10px;
	padding-left:27px;
	padding-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	background-image:url(../images/pullquote.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding-right:32px;

}

.comment_right .usernametext {
	 z-index:50;
	 position:relative;
}

.comment_right .usernametext a {
	 text-decoration:none;
	 color:#333333;
}

.comment_right .usernametext a:hover {
	 text-decoration:underline;
}

.comment_right .endquote {

	position:absolute;
	right:0px;
	bottom:0px;
	width:47px;
	height:35px;
	background-image:url(../images/pullquoteend.jpg);
	z-index:0;

}

.comment_right .reply {

	padding:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-top:5px;
	clear:left;

}

.comment_left img {
	border:0px solid #000000;
}

.postcomment {

	width:100%;
	background-color:#260202;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	padding-bottom:25px;

}

.postcomment h2 {

	font-size:18px;
	color:#999999;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;

}

.postcomment input {

	padding:4px;

}

.postcomment textarea { 

	padding:4px;

}
