#mapWrapper { position: relative; color: #000; width:344px; text-align: left; float: left; margin-top: 247px; margin-bottom:20px;}
#mapCanvas {margin: 0 auto; width: 338px; height: 375px; border: 3px solid #007DC3;}
#directionsPanel {display: none; margin: 0; padding: 0; width: 100%; background: #fff; border-left: none; border-top: none; padding:10px 0px;}
#directionsPanel a {display: inline-block; text-decoration:none;}
#useGPS {display: block !important;margin:3px auto; background:#007DC3; color: #fff; padding: 3px; border: 1px solid #000; text-align: center; font-size: 13px;}
.or {padding:0; text-align: center; color: #000; font-size: 13px; font-weight: bold;}
.directionInputs { text-align: center; width: 344px; }
.directionInputs input {margin:4px 0; width: 342px; height: 20px; border: 1px solid #000; font-size: 15px;}
.directionInputs #getDirections, .directionInputs #paneReset {margin-left: 1px;display: inline-block; background:#007DC3; color: #fff; width: 160px; padding: 3px; text-align: center; border: 1px solid #000; font-size: 13px;}
.directionInputs #paneReset { margin-left: 4px; }
#directionSteps {clear: both; width:100%; height: 100%; margin: 10px 0 0 0; font-size: 12px; line-height: normal; overflow: auto;}
#directionSteps p {font-size: 13px; color: #999}

.gmap-control-container {
  margin: 5px;
}

.gmap-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-user-select: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #717B87 -moz-use-text-color #717B87 #717B87;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  color: #333333 !important;
  cursor: pointer;
  direction: ltr;
  font-family: Arial,sans-serif !important;
  font-size: 13px !important;
  font-weight: bold;
  min-width: 54px;
  overflow: hidden;
  padding: 1px 6px;
  position: relative;
  right: -10px;
  text-align: center;
}

.gmap-control-active {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #6D8ACC;
  border-color: #717B87 -moz-use-text-color #717B87 #717B87;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  color: #FFFFFF !important;
  font-weight: bold;
}