.comment { 	margin-top:15px; padding-bottom:15px; border-bottom:1px solid #efefef; position:relative; }

.toggle-comment { 	position:absolute; right:0;
					display:block; width:16px; height:16px;
					text-indent:-9999px;
					}

.comment .toggle-comment { background-image:url(../../images/hide-comment.gif); }
.comment.hided .toggle-comment { background-image:url(../../images/show-comment.png); }

.toggle-comment:hover { background-color:#efefef; }

.comment .comm-content { overflow:hidden; font-size:13px; line-height:16px; min-height:40px; color:#888; }
.comment .info { font-size:12px; line-height:10px; margin-bottom:5px; }
.comment a { font-weight:bold; }
.comment textarea { border:1px solid #ccc; border-radius:3px; height:50px; padding:5px;
					display:block; width:95%;
					margin:5px 0;
					font-size:13px;
					}

.comment input[type="submit"] { padding:3px; font-size:13px; }