@charset "utf-8";
/* CSS Document */
body
{
	font: 10px tahoma;
	background: #fbe3e4; 
}
#commentspopup {
	direction: rtl;
	color: #4e0307;
	overflow: auto;
}

input, textarea
{
	border: solid 1px #e9c5c7;
	background-color: white;
	padding: 3px;
	font: 9pt tahoma
}

ul.commentlist, .replytext{
	list-style: none;
	margin: 0px;
	padding: 0px
}

ul.commentlist li {
	
	padding: 5px 0px 15px;
	border-bottom: dashed 1px #c5a7a9;
	margin: 0px 0px 10px;
}

ul.commentlist a, .replytext a {
	color: #ffc0c0;
}

.commentmetadata {
	 
}

.avatar {
	float: right;
	margin: 2px 5px;
	padding: 2px;
}

#comments {
	

}

#commentform {
}

#commentform table
{
	font: 8pt tahoma;
}

#commentspopup a:link, #commentspopup a:visited {
	color: #c6a0a2;
	text-decoration: none;
}

#commentspopup a:hover, #commentspopup a:visited:link
{
	color: #926366;
}
