body {
padding-top: 60px;
padding-bottom: 40px;
}

/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
/*  background-color: #eee;*/
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}

.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}

#map_canvas {
  width:100%;
  height:200px;
}

label.valid {
  width: 24px;
  height: 24px;
  background: url('../img/valid.png') center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.fixed {
  position: fixed;
  bottom: 10px;
  right: 100px;
}