#map {
   height: 360px;
   width: 100%;
   overflow: hidden;
   float: center;
   border: thick solid #000066;
}

#capture {
   height: 0px;
   width: 0px;
   overflow: hidden;
   float: left;
   background-color: #ECECFB;
   border: thin solid #333;
   border-left: none;
}
