			
			body {
					margin: 0px;
					font-family: Verdana, Geneva, sans-serif;
					font-size: 12px;
					/*background-color:#368BC1*/
				}
				
				label {
					display: block;
				}
				
				input {
					margin: 0px 0;
				}
						#submit {
						 margin-top:10px;
						}
				#map {
						position:fixed;
						top:10%;
						left:340px;
						width: 75%;
						height: 90vh;
						background-repeat: no-repeat;
					  }
				
				#form {
					float: left;
				  width: 10%;
				  height: 600px; /* only for demonstration, should be removed */
				 /* background: #ccc;*/
				  padding: 10px;
				  /*border-style: groove;*/  
				}
			
			.menu {
				 
				width: 100%;
				height:65px;
				background-color:#737CA1;
				 
				  
				  
				}
				.menu1 {
				 
				width: 100%;
				height:50px;
			/*	background-color:#778899; */
				 
				}
			
				article {
					  float: center;
					  padding: 15px;
					  width: 100%;
					/* background-color: #368BC1*/
					  height: 550px; /* only for demonstration, should be removed */
					}
				nav {
					  float: left;
					  width: 26%;
					  height: 500px; /* only for demonstration, should be removed */
					 /*background-color:#F8F8FF*/
					  padding: 15px;
					 /*border-style: groove;     */           
					  
					}
				
				/* Style the list inside the menu */
				nav ul {
				  list-style-type: none;
				  padding: 0;
				}
				.info {
						padding: 6px 8px;
						font: 14px/16px Arial, Helvetica, sans-serif;
						background: white;
						background: rgba(255,255,255,0.8);
						box-shadow: 0 0 15px rgba(0,0,0,0.2);
						border-radius: 5px;
					}
					.info h4 
					{
						margin: 0 0 5px;
						color: #777;
					}
						.legend {
									line-height: 18px;
									color: #555;
								}
							.legend i {
								width: 18px;
								height: 18px;
								float: left;
								margin-right: 8px;
								opacity: 0.7;
							}
						pointer-events: auto;
				  .box {
						width: 120px;
						height: 30px;
						border: 1px solid #999;
						font-size: 18px;
						color: #1c87c9;
						background-color: #eee;
						border-radius: 5px;
						box-shadow: 4px 4px #ccc;
					  }	
					  .label {
  color: white;
  padding: 8px;
  font-family: Arial;
}