@charset "utf-8";
/* CSS Document */



#postComment	{
	padding:7px 0 20px 10px;
	overflow:hidden;
	float:left;
	display:block;
	width:100%;
	}

#showComment	{
	padding:7px 0 20px 10px;
	display:block;
	float:left;
	}

.commentBox	{
	padding:0px 0 30px 0;
	margin:0 5px 0 7px;
	
	}



.commentArea	{
	background:#eae8ca;
	margin:0;
	padding:25px;
	-moz-border-radius: 10px;

	}

#comments a	{
	color:#000;
	text-decoration:underline;
	}
	
#comments a:hover	{
	color:#999999;
	}




.postedBy	{
	padding:7px 70px 40px 4px;
	margin:0 auto;
	background:url(../interface/commentSpike.gif) no-repeat bottom left;
	}