html, body, td {
  /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#map-container {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #999 #ccc;
	box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
}

#map-container{width:auto;height:650px;}

#map {
	width: 100%;
	height: 100%;
}

input[type=button]{
border:1px solid #848484;
background:#FEE5B5;
font-size:12px;
cursor:pointer;
}

 input[type=button]:hover{
border:1px solid #848484;
background:#FDBD3A;
font-size:12px;
cursor:pointer;
}
