.contact_us_title {
  font-size: 14px;
  font-weight: bold;
  color: white;
  border: 1px solid black;
  position: relative;
  padding: 5px;
  background-color: #BE0D10;
}

.contact_us_text {
  font-family: Arial;
  text-align: center;
  font-size: 11px;
}

.emailform {
  /* clear: both; */
  /* position: relative; */
  text-align: center;
  width: 450px;
  left: 30px; 
  height: 150px;
  font-size: 12px;
  font-weight: normal; 
  border: 1px solid black; 
}

/* ok who says that the second form needs to be the same as the first */
.emailform2 {
  /* clear: both; */
  /* position: relative; */
  text-align: center;
  width: 450px;
  left: 30px; 
  height: 150px;
  font-size: 12px;
  font-weight: normal; 
  border: 1px solid black; 
} 

.blankemailform {
  /* clear: both; */
  /* position: relative; */
  text-align: center;
  width: 450px;
  left: 30px; 
  height: 150px;
  font-size: 12px;
  font-weight: normal; 
  border: 1px solid black; 
}

div#buttonA {
    /* margin-left: 50px; */
    position: relative;
    top: -15px; 
    left: 130px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
}
div#buttonA li {
    list-style-type: none;
    height: 20px;
    width: 230px;
    margin: 20px;
    text-align: center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #FFFFCC;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #FFFFCC;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #FFEEAA;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFCC;
    border-style: inset;
} 

