


h1 {
  margin: 10px 0 30px;
  font-size: 220%;
}

/* the main layout */

#contentForm {
  font: 90%/1 arial, helvetica, sans-serif;
  float: left;
  display: block;
  width: 500px;
  margin: 20px auto;/*this line will center the page*/
  padding: 0px -10px 0 30px;
  padding-top: -35%;
 /* border: 1px solid black;*/
  background-color: none;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
  font-size:15px;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  color: black;
  background: white;
 border: 1px solid #ccc;
  margin: 5px 0;
}   
textarea {
  margin-left:150px;
  padding: -20px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid none;
  background-color: none;
}

input.button-enviar {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: black;
  width: 120px;
  height: 40px;
  margin-left: 355px;
  color:white;
 
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: red;
  font-weight: bold;
  padding: 3px 10px 3px 40px;
  margin: 0px 0;
  float:center;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
