#stuurjeverhaal_container {
  position: absolute;
  top: 250px;
  left: 175px;
  width: 500px;
  height: 370px;
  background-color: #FF0026; 
  vertical-align: middle;

}

#stuurjeverhaal {
  padding-left: 10px;
  padding-top: 10px;
  width: 490px;
  height: 360px;
}

#stuurjeverhaal_submit {
  width: 100%;
}
#stuurjeverhaal_submit .button {
  width: 100px;
  display: block;
  border: none;
  background-color: white;
  color: #FF0026;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: none;
  font-variant: small-caps;
  cursor: pointer;

}


#stuurjeverhaal_title_container {
  color: white;
  position: absolute;
  top: 180px;
  left: 175px;
  height: 50px;
  width: 490px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18pt;
  background-color: #FF0026;
  font-weight: bold;
}
#stuurjeverhaal .inputbox {
  width: 170px;
}
#stuurjeverhaal .textbox {
  width: 540px;
  height: 185px;
}


.fieldWithErrors {
  padding: 1px;
  background-color: blue;
  display: table;
}

#errorExplanation {
  position: absolute;
  top: 250px;
  left: 750px;
  width: 200px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: red;
  color: black;
  visibility: visible;
  letter-spacing: 0px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
