Ellipse (Airplane cockpit)

HTML

<div id="plane"></div>

CSS

#plane { 
    height: 200px;
    background-color: #ccc; 
    border: solid 1px #000; 
    border-radius: 50% 0% 0% 50%; 
}