I DID IT!!!
Thanks Chuck :)
This is what I did... from form
includes/template/tpl_product_info_display
took the "product description (in red) and moved it AFTER the </form> closed. Showing below:
<!--bof Form close-->
</form>
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
<!--bof Form close-->
</div>



