<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-price-format/2.1/jquery.priceformat.js"></script>
<body id="main_body" >
<img id="top" src="top.png" alt="">
<div id="form_container">
<form>
<div class="form_description">
<h2>POS Report Generator</h2>
</div>
<ul class="tables">
<li>
<table width="350px">
<tr>
<th rowspan="2">DEPOSIT</th>
<th>(CIBC)</th>
<th><input id="deposit_cibc" name="deposit_cibc" class="currency" size="6" value="" type="text" tabindex="10" /></th>
</tr>
<tr>
<th>(SHINHAN)</th>
<th><input id="deposit_shinhan" name="deposit_shinhan" class="currency" size="6" value="" type="text" tabindex="10" /></th>
</tr>
<tr>
<th>POS</th>
<th>#1</th>
<th>#2</th>
</tr>
<tr>
<td>NET TTL</td>
<td><lable>$ </lable><input id="pos1_net_ttl" name="pos1_net_ttl" class="currency" size="6" value="" type="text" tabindex="10" /></td>
<td><lable>$ </lable><input id="pos2_net_ttl" name="pos2_net_ttl" class="currency" size="6" value="" type="text" tabindex="20" /></td>