<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>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<form role="form" class="col-md-9 go-right">
<p>Please use the contact form below, if you have any questions or requests about our services. We will respond back to you within 24 hours.</p>
<div class="form-group">
<input id="name" name="name" type="text" class="form-control" required>
<label for="name">Your Name</label>
</div>
<div class="form-email">
<input id="phone" name="phone" type="tel" class="form-control" required>
<label for="phone">E-mail</label>
</div>
<div class="form-group">
<input id="phone" name="phone" type="tel" class="form-control" required>
<label for="phone">Phone</label>
</div>
<div class="form-group">
<textarea id="message" name="phone" class="form-control" required></textarea>
<label for="message">Message</label>
</div>
</form>
<p class="bg-success" style="padding:10px;margin-top:20px;clear:both"><small><a href="http://css-tricks.com/float-labels-css/" target="_blank">Link</a> to original article</small></p>
</div>
</div>