/* 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 #999999;
  color: #999999;
    background-color: transparent;
  }

select {
  margin-bottom: 4px;
}

.inputtext {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:198px;
  border: 1px solid #999999;
  color: #999999;
  padding-left: 4px;
  margin-bottom: 4px;
    background-color: transparent;
  }
  
.inputtext_short {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:40px;
  border: 1px solid #999999;
  color: #999999;
  padding-left: 4px;
  margin-right: 2px;
  margin-bottom: 4px;
    background-color: transparent;
  }
  
.inputtext_middle {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  font-weight: normal;
  width:150px;
  border: 1px solid #999999;
  color: #999999;
  padding-left: 4px;
  margin-bottom: 4px;
    background-color: transparent;
  }
/* 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 #999999;
  }
  
.contact select {
  font-family: arial,verdana, helvetica;
  font-size: 11px;
  text-align: left;
  width: 204px;
  border: 1px solid #999999;
  color: #999999;
    background-color: transparent;
  }
.contact_inf_msg {
   text-align: center;
   font-weight: bold;
   color: #18181a;
   line-height: 50px;
   background-color: #cccccc;
}

.button {
    color:#999999;
    font-family: arial, verdana, helvetica;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    width: 110px;
    height: 17px;
    padding-bottom: 2px;
    background-color: transparent;
    border: 1px solid #999999;
    cursor: pointer;
}