<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>
<form class="form-horizontal">
<fieldset>
<legend>Bevat-Motor Vehicle Expense Claim Sheet</legend>
<div class="form-group">
<label class="col-md-4 control-label" for="companyname">Company Name</label>
<div class="col-md-4">
<select id="companyname" name="companyname" class="form-control">
<option value="1">ABS</option>
<option value="2">Bevat</option>
</select>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="NameoftheEmployee">Name of the Employee</label>
<div class="col-md-4">
<input id="NameoftheEmployee" name="NameoftheEmployee" type="text" placeholder="" class="form-control input-md">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="Designation">Designation</label>
<div class="col-md-4">
<select id="Designation" name="Designation" class="form-control">
<option value="1">Option one</option>