Hello I simply want to align my text vertically in a div
please find the live example http://jsfiddle.net/fb48n/
can any one tell me how to align vertically ? 
<div class="Heading">Upload a file</div>
css
.Heading{
   height: 62px;
   vertical-align: 50%;background: #D46023;
   padding: 5px 5px;
   color: white;
   font-size: 18pt;
   font-weight: normal !important;
   display: block;
   text-align: left
}
 
     
     
     
    