.contactForm{
  font-family: Arial, Verdana, Tahoma, SunSans-Regular, Sans-Serif;
  font-size:16px;
  margin:auto;
  margin-top:25px;
  padding:10px;
  width:70%;
}

.contactForm table{
  border:0;
  width:100%;
}

.contactForm input,
.contactForm textarea,
.contactForm select{
  border:2px solid #89A4A7;
}

.contactLabel{
  padding-right:10px;
  text-align:right;
  width:150px;
}

.butContactSubmit{
  padding-top:10px;
  text-align:right;
}

.butContactSubmit input{
  background: url(../pictures/send_button.png) no-repeat center 2px;
  border:0;
  cursor:pointer;
  font-weight:bold;
  height:30px;
  width:70px;
}

.mailError{
  color:#C00000;
  padding-right:55px;
  padding-top:5px;
  text-align:right;
  width:100%;
}

.contactConfirmForm{
  font-family: Arial, Verdana, Tahoma, SunSans-Regular, Sans-Serif;
  font-size:16px;
  margin:auto;
  margin-top:25px;
  padding:10px;
  width:70%;
}

.contactConfirmForm tr{
  height:30px;
}
