#wrap {
  margin: 0 auto;
  width: 80%;
}

.hide {
  display: none;
}

.validate {
  margin-left: 1em;
}

.validate input[type="text"],
.validate input[type="password"] {
  border: thin solid grey; 
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 4px;
  min-width: 200px; 
  color: #111;
  height: 20px;
}

.validate select {
  border: thin solid grey; 
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 1px;
  min-width: 210px; 
  color: #111;
  min-height: 28px;
}

.validate label {
  display: block;
  padding: 6px;
  padding-left: 0px;
  margin-top: 8px;
  color: dimgrey;
}

.validate .invalid {
  border: thin solid red !important;
}

.validate .valid {
  border: thin solid #008fc5 !important;
}

.validate select.invalid,
.validate select.valid {
  padding-right: 16px !important;
  background-origin: content-box;
}

.validate p span {
  color: red;
  display: none;
  font-size: 11px;
}
