<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>
<form class="form-horizontal">
<fieldset>
<legend>Location Form</legend>
<div class="form-group">
<label class="col-md-4 control-label" for="location_name">Name / Address</label>
<div class="col-md-4">
<input id="location_name" name="location_name" type="text" placeholder="Location Name (GL suggest)" class="form-control input-md">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="location_business_info">Business Info (readonly)</label>
<div class="col-md-4">
<textarea class="form-control" id="location_business_info" name="location_business_info">Business Info: name, email, url, etc.
</textarea>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="article_hours_of_op">Hours of operation</label>
<div class="col-md-4">
<input id="article_hours_of_op" name="article_hours_of_op" type="text" placeholder="Imported from GL" class="form-control input-md">
</div>
</div>