How I could align my "message" text to the top because right now it's placed at the bottom.
demo: https://jsfiddle.net/WX58z/1096/
<div class="block">
<label>Message</label>
<textarea name="Message" rows="4" id="Message" style="width:300px;">
</textarea>
</div>