<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<form class="form-horizontal">
<fieldset>
<legend>Bill Of Sale Form DMV</legend>
<div class="form-group">
<label class="col-md-4 control-label" for="seller_name">What is your name?</label>
<div class="col-md-4">
<input id="seller_name" name="seller_name" type="text" placeholder="" class="form-control input-md" required="">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="vehicle_year_model">Vehicle VIN Number?</label>
<div class="col-md-4">
<input id="vehicle_year_model" name="vehicle_year_model" type="text" placeholder="" class="form-control input-md" required="">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="vehicle_year_model">What year is the car your selling?</label>
<div class="col-md-4">
<input id="vehicle_year_model" name="vehicle_year_model" type="text" placeholder="" class="form-control input-md" required="">
</div>
</div>