<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<h1>Automatic Quotation System</h1>
<table id="titlebar" cellspacing="1px">
<tr>
<td style="width:540px;" colspan="2">✓ (Click check box and "Delete Button" to delete the entry)</td>
</tr>
</table>
<form action="send.php" method="POST">
<table id="dataTable" width="auto" style="margin:-4px 0 0 0;" cellspacing="0px">
<tr>
<td style="width:20px;"><INPUT type="checkbox" name="chk" /></td>
<td style="width:160px;">Country:</td>
<td>
<SELECT name="country" style="width:100px;" required>
<OPTION value="China">China</OPTION>
<OPTION value="Hong Kong">Hong Kong</OPTION>
<OPTION value="U.S.">U.S.</OPTION>
<OPTION value="disabled" disabled>------</OPTION>
<OPTION value="five">five</OPTION>
<OPTION value="six">six</OPTION>
<OPTION value="seven">seven</OPTION>
</SELECT>
</td>
<td style="width:160px;">Equipment Type:</td>
<td>
<SELECT name="country" style="width:100px;" required>
<OPTION value="Router">Router</OPTION>
<OPTION value="Switch">Switch</OPTION>
<OPTION value="Server">Server</OPTION>
<OPTION value="disabled" disabled>------</OPTION>
<OPTION value="five">five</OPTION>
<OPTION value="six">six</OPTION>
<OPTION value="seven">seven</OPTION>