      html, body {
        height: 800px;
        padding: 0;
        margin: 0;
        }
      #map {
			 width: 100% !important;
       height: 100% !important;
       overflow: hidden;
       border: thin solid #333;
       }
      #capture {
       height: 600px;
       width: 400px;
       overflow: auto;
       float: left;
       background-color: #ECECFB;
       border: thin solid #333;
       border-left: none;
			 padding-left: 1em;
       }