Bootstrap test

by ian_smithz

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
   <div class="container">

       <div class="row">

       	<div class="col-md-9">

       		<h1>We'd love to know what you think</h1>
       		
       		<h4>Committed to continual service improvement</h4>

       		<p>Please use this page to give us your thoughts about the service we provide. All of your feedback is fed directly into improving the things we do for you.</p>
       		
       		<h4>Development community</h4>

       		<p>If you would like to join the Claranet Online development community - driving new requirements and helping to shape your portal for the future - please use this form to let us know.</p>

       	</div>

       </div>

       <hr>

       <form action="/feedback" method="post" name="FeedBackForm" enctype="multipart/form-data" id="findusersform" class="form-horizontal">
           
              <div class="form-group">

                  <label class="control-label col-md-4 col-sm-4" for="nature">
                      Nature of feedback
                  </label>
                  
                  <div class="col-md-8 col-sm-8">
                      <select name="nature" class="form-control">
                          <option value="">Please select</option>
                          <option value="Service">Service</option>
                          <option value="Support">Support</option>
                          <option value="Product">Product</option>
                          <option value="Portal">Portal</option>
                          <option value="Other">Other</option>
                      </select>
                  </div>

              </div>

              <div class="form-group">

                  <label class="control-label...