

body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: transparent;
}


.container
{
    margin: 0px;
	padding: 0px;
    width: 140px;
    height: 220px;
	top: 0px;
	left: 0px;
    position: absolute;
    overflow: hidden;
}

#comment-container {
	width: 140px;
	height: 190px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#fetching {
	 position: absolute;
}

.comment {
	position: absolute;
	width: 130px;
	height: 188px;
}

.comment-body {
	position: absolute;
	font-family: Georgia;
	font-size: 14px;
	color: #005689;
	top: 4px;
	left: 0px;
	line-height: 18px;
}

.comment-body p {
	padding-top: 10px;
}

.comment-body p:first-child {
	padding-top: 0px;
}

.comment-body p:last-child {
	padding-bottom: 0px;
}

.comment-body a {
	text-decoration: none;
	color: #005689;
}

.comment-body a:hover {
	text-decoration: underline;
}

#read-comment {
	text-decoration: none;
	color: #666;
	font-family: Arial;
	font-size: 12px;
}

#read-comment:hover {
	text-decoration: underline;
}

/*.comment-avatar {
	position: absolute;
	top: 140px;
	width: 30px;
	height: 30px;
}*/

.comment-name {
	font-family: Arial;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	line-height: 15px;
}
.comment-date {
	font-family: Arial;
	font-weight: normal;
	color: #787878;
	font-size: 12px;
	line-height: 15px;
}

#join-discussion {
	position: absolute;
	bottom: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #d61d00;
	text-decoration: none;
	background-image:url('../images/redbullet.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}

#join-discussion:hover {
	text-decoration: underline;
}

