<div>
<label for="vehicie_type">Vehicie Type:</label>
<select id="vehicie_type">
<option>11111</option>
<option>22222</option>
<option>33333</option>
</select>
</div>
<div>
<label for="cc">CC:</label>
<select id="cc">
<option>11111</option>
<option>22222</option>
<option>33333</option>
</select>
</div>
How can I make my select dropbox looks like the picture below? What I want is the text and select box on different side and looks orderly.