Помогите на сайте есть вывод комментариев хочу прикрутить к нему Рецензий
Fullstory
CSS
Не могу выронить кнопку
И при раскрытие Рецензий все сежает а надо примерно как на комментариях

Fullstory
Код:
<div class="comment-title">
<h3 class="comment-title-head"><span>Комментарии</span></h3>
</div>
{comments}
<div class="hidden-comment">
<h3>Добавить комментарий!</h3>
<div class="hidden-comment-form">
{addcomments}
</div>
</div>
<div class="hidden-comment">
<h3>Добавить Рецензии!</h3>
<div class="hidden-comment-form">
{include file="/engine/modules/reviews.php?newsid={news-id}"}
</div>
</div>
Код:
.comment-title {margin: 0 10px 0 0;}
.comment-title-head {border-bottom:2px solid #955AA3; color: #fff; display:block; font-size:13px; font-weight:bold; margin:0 0 15px 10px; position:relative; text-transform:uppercase;}
.comment-title-head span {background:#955AA3; background: -webkit-gradient(linear, left top, left bottom, from(#B57CC4), to(#4B075B)); background: -moz-linear-gradient(-90deg, #B57CC4, #4B075B); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#B57CC4, endColorstr=#4B075B); display:inline; line-height:33px; padding:10px 20px;}
.hidden-comment {padding:10px 0 0 0;}
.hidden-comment h4 {cursor:pointer; float:left; background:url(../images/hidden-comment.jpg) left top repeat-x; height:29px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; padding:0 15px 0 15px; margin:0 0 0 10px; line-height:29px; color:#fff; font-weight:bold;}
.hidden-comment-form {display:none; clear:both;}
.comment-block {clear:both; margin:0 0 25px 0; padding:10px; width:535px; overflow:hidden;}
.comment-block-left {float:left; width:100px; padding:10px 0 0 0;}
.comment-block-left img {margin:0; border:1px solid #ACACAC;}
.comment-block-right {float:left; width:425px; margin:0 0 0 10px; position:relative;}
.comment-block-right2 {background:none;}
.comdate {float:right; padding:2px 5px 2px 0;}
.comment-text {padding:7px; color: #2C2C2C; line-height:17px;}
.comment-text a {color:#4A6EA4;}
.comment-text a:hover {text-decoration:none;}
.comment-text-title {border-bottom:1px #6C306C dotted; padding:0 0 5px 0; margin:0 0 5px 0; color:#2C2C2C; font-size:11px;}
.comment-text-title a {color:#4A6EA4; text-decoration:underline;}
.comment-text-title a:hover {text-decoration:none;}
.comment-text-more {padding: 5px 0 0 0; font-size: 11px; color:#d3d3d3; border-top:1px #6C306C dotted;}
.comment-text-more a {color:#4A6EA4; text-decoration:underline;}
.comment-text-more a:hover {color:#4A6EA4; text-decoration:none;}
.mass_comments_action {text-align:right; margin:0 10px 15px 10px; padding:15px 12px 15px 15px; color:#4A6EA4; background-color:#f1f0ed;}
.mass_comments_action select {color:#4A6EA4;}
И при раскрытие Рецензий все сежает а надо примерно как на комментариях
