/*** contact form ***/
.contact {
   padding: 15px;
}

.contact fieldset label {
  display: block;
  font-size: 0.7em;
  font-weight: 600;
  width: auto;
}

.contact fieldset input[type="text"],
.contact fieldset textarea {
  border: 1px dotted #a9834f;
  border-radius: 12px 0 0 0;
  padding: 3px;
  width: 70%;
  background: #fff8dc url(../images/bgform.png) repeat-x left bottom;
  font: 300 1em Comfortaa, cursive;
  color: #a9834f;
  margin-bottom: 12px;
}

.contact fieldset input[type="text"]:hover,
.contact fieldset textarea:hover {
  border-style: solid;
}

.contact fieldset textarea {
  height: 100px;
}

.contact button {

}
