/* Begin Contactform */

.contact a {
  font-size: 12px;
  color: #000000;
}

.contact a:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}


.contact {
    background-color: #fff;
}

.contact table {
    width: 100%;
    font-size: 12px;
    color: #666;
    background-color: #ccc;
    margin: 2px;
}

.contact th {
    font-weight: bold;
    background-color: #003366;
    line-height: 20px;
    padding:2px;
    color: #fff;
    text-align: left;
}

.contact tr {
    line-height: 20px;
}

.contact td {
    margin:0px;
    padding: 2px;
    line-height: 20px;
    background-color: #CDD6DD;
    vertical-align: top;
}

.contact_button{
  	border:1px solid #86B8D1;
  	color: #fff;
	font-weight: normal;
    font-size: 11px;
    background: url(images/button_bg.jpg)repeat-x top left;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
    width: 150px;
}

.contact input {
  border: 1px solid #666666;
}

.contact input[type="text"]{
  border: 1px solid #666666;
  width: 75%;
}

.contact textarea{
  border: 1px solid #666666;
  width: 99%;
}


.contact input[type="submit"] {
    border:1px solid #86B8D1;
  	color: #fff;
	font-weight: normal;
    font-size: 11px;
    background: url(images/button_bg.jpg)repeat-x top left;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
}

.contact input[type="reset"] {
    border:1px solid #86B8D1;
  	color: #fff;
	font-weight: normal;
    font-size: 11px;
    background: url(images/button_bg.jpg)repeat-x top left;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-transform: none;

}

#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: 12px;
  font-weight: normal;
  width:99%;
  height: 130px;
  border: 1px solid #999;
  }
/* 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 #999;
  }
  
.contact select {
  font-family: arial,verdana, helvetica;
  font-size: 12px;
  text-align: left;
  border: 1px solid #999;
  }
.contact_inf_msg {
   text-align: center;
   font-weight: bold;
   color: #18181a;
   line-height: 50px;
   background-color: #cccccc;
}
