
/* Roster style */
#commentlist {
	width: 300px;
	margin: 10px 0 20px;
	padding: 0;
}
#commentlist li {
	padding-bottom: 10px;
	list-style: none;
	border-top: solid 0px #ccc;
	position: relative;
}



#commentlist .time {
	        font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
        margin-top: 0px;
	letter-spacing: 0.3em;
}



#commentlist .name {
	font-family: Georgia, "Times New Roman", Times, serif;
       	 font-size:12px;
	margin-top: 5px; 
	margin-bottom: 0px;
	text-transform: uppercase;
        	font-weight: normal;
        	color: #CCCCCC;
}


   .left {
   float:left;
   width:350px;
position: relative;
}
   .right {
   float:right;
   width:350px;
position: relative;
  }

