/* Begin Contactform */

#contact input[type="submit"] {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}

#contact input[type="reset"] {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;

}

#contact {
  font-family: arial,verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  width:100%;
}

#contact .contactadress{
  vertical-align:bottom;
}

#contact .contactmsg{
  
}
#contact .contactinput{
  vertical-align:top;
  
}

/*#contact td{
  height:20px;
}
*/
.textarea {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:202px;
  height: 100px;
  border: 1px solid #BE007C;
  color: #BE007C;
  }

.inputtext {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:198px;
  border: 1px solid #BE007C;
  color: #BE007C;
  padding-left: 4px;
  }
  
.inputtext_short {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:40px;
  border: 1px solid #BE007C;
  color: #BE007C;
  padding-left: 4px;
  margin-right: 2px;
  }
  
.inputtext_middle {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:150px;
  border: 1px solid #BE007C;
  color: #BE007C;
  padding-left: 4px;
  }
/* End Contactform */

.contact_info {
  font-family: arial,verdana, helvetica;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  height: 20px;
  width: 99%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #BE007C;
  }
  
.contact select {
  font-family: arial,verdana, helvetica;
  font-size: 11px;
  text-align: left;
  width: 204px;
  border: 1px solid #BE007C;
  color: #BE007C;
  }
.contact_inf_msg {
   text-align: center;
   font-weight: bold;
   color: #BE007C;
   line-height: 50px;
   background-color: #FFF9E6;
}


