we have review tab in product page here , please search using CTRL + F for "review"
once we click on "Be the first to review this product", it displaying like this , means complete design is spoiled
<div class="form-add"> <h2><?php echo $this->__('Write Your Own Review') ?></h2> <?php if ($this->getAllowWriteReviewFlag()): ?> <form action="<?php echo $this->getAction() ?>" method="post" id="review-form"> <?php echo $this->getBlockHtml('formkey'); ?> <?php echo $this->getChildHtml('form_fields_before')?> <h3><?php echo $this->__("You're reviewing:"); ?> <span><?php echo $this->escapeHtml($this->getProductInfo()->getName()) ?></span> </h3> <div class="fieldset"> <?php if( $this->getRatings() && $this->getRatings()->getSize()): ?> <h4><?php echo $this->__('How do you rate this product?') ?> <em class="required">*</em></h4> <span id="input-message-box"></span> <table class="data-table review-summary-table ratings" id="product-review-table"> 
