﻿form.addcomment {
	display : none ;
	font-size : 12px ;
}

form.addcomment table {
	/* background : #bbeebb ; */
	border : 1px solid ;
}
form.addcomment td {
	text-align : right ;
	vertical-align : top ;
}

form.addcomment input, form.addcomment textarea  {
	background : #eeffdd ;
	font-size : 12px ;
}

button.addcomment {
	margin-top : 10px ;
}

.comment {
	direction : rtl ;
	margin-top : 3px ;
	margin-bottom : 2px ;
	border : 1px solid ;
	font-size : 12px ;
	background-color : #fffa6a ;
}

.comment div {
	direction : rtl ;
	font-size : 14px ;
	display : inline ;
}
.comment .message {
	display : block ;
	background-color : #ddddff ;
	padding : 3px ;
}	

.comment .date {
	float :  left ;
	direction : ltr ;
}
.editor {
	direction : ltr ;
	margin : 0 ;
	clear : all ;
}
.editor, .editor form {
	padding : 3px ;
	display : block ;
	background : #88aa88 ;
}
.editor button, .editor input {
	background : #eeffdd ;
}

.post {
	padding : 3px ;
	display : block ;
	border : 1px solid ;
	margin : 3px ;
}

.post a {
	color : inherits ;
}

