table.smilies {
	margin:20px 0px 0px 0px;
	width:100%;
}

tr.smilies {

}

td.smiley {
	width:20%;
	text-align:center;
	padding:5px;
	border:1px dashed gray;
	color:silver;
}
td.nosmiley {
	width:20%;
	padding:5px;
	border:1px dashed #ececec;
}

div.topcomments {
	margin:10px 0px 0px 0px;
	border-top:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color:snow;
	padding:2px 5px;
}
div.bottomcomments {
	margin:0px 0px 10px 0px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color:snow;
	padding:2px 5px;
}
table.comments {
	margin:0px;
	width:100%;
	border-collapse:collapse;
	border:1px solid gray;
}
tr.comments {
	border:1px solid silver;
}
td.comments {

	vertical-align:top;
	padding:2px;
}


table.form {

}
tr.form {

}
td.form {

}
