#slideshowGallery{
  width: 782px;
  height: 247px;
  margin: 2px 0 0 5px;
}

#content .orange{
  color: #ff4e35;
}

#content h4{
  font-size: 24px;
  background-color: #1B1B1B;
  color: #white;
  padding-top: 5px;
  text-align: center;
}

/*forms*/

#content #contactForm{
  background-color: #1B1B1B;
  padding-bottom: 10px;
}

#content #contactForm form{
  width: 626px;
  margin: auto;
  padding-bottom: 10px;
  background-color: #dfdfdf;
}

#content #contactForm form fieldset{
  width: 390px;
  margin: auto;
}

#content #contactForm form fieldset p{
  color: red;
  background-color: #DFDFDF;
  text-align: center;
  padding: 10px 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}

#content #contactForm form fieldset label{
  font-size: 13px;
  color: #111111;
  margin-left: 7px;
  line-height: 15px;
}

#content #contactForm form fieldset label span{
  color: red;
  font-size: 14px;
  font-weight: bold;
}

#content #contactForm form fieldset label.error {
  clear: both;
  width: 202px;
  min-height: 22px;
  height: auto !important;
  height: 22px;
  display: none;
  color: #990000;
  display: block;
  display: inline;
  font: 12px arial;
  text-align: center;
  margin: -10px 0 0 120px;
  background-color: #DFDFDF;
}

#content #contactForm form fieldset input{
  width: 362px;
  height: 20px;
  padding-top: 2px;
  background-color: #c3c3c3;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  margin-left: 14px;
  font-weight: bold;
}

#content #contactForm form fieldset textarea{
  width: 390px;
  height: 77px;
  background-color: #c3c3c3;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 14px;
}

#content #contactForm form fieldset .button{
  background: transparent url('../images/buttons/btn_submit.png') no-repeat;
  border: none;
  width: 47px;
  height: 21px;
  margin: 10px 0 0 171px;
}

/*end of forms*/
