<!DOCTYPE html>
<html>
<body>
<fieldset style="border: 2px solid #F37622; width: 10px">
<legend>box</legend>
<table>
<tr>
<td><label>xxxxx</label></td>
<td><input type="text" /></td>
<td><label>x</label></td>
<td><input type="text" /></td>
<td><label>xxxxx</label></td>
<td><input type="text" /></td>
</tr>
</table>
</fieldset>
</script>
</body>
</html>
<!--
<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.field_set {
border: 1px #F00 solid;
}
</style>
</head>
<body>
<fieldset class="field_set">
<legend>box</legend>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>labal</td>
</tr>
</table>
</fieldset>
</body>
</html>
-->