#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{
  float: left;
  width: 110px;
  font-size: 13px;
  color: #111111;
  margin: 7px 0 0 0;
  line-height: 15px;
  text-align: right;
  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-left: 110px;
  background-color: #DFDFDF;
}

#content #contactForm form fieldset input, #content #contactForm form fieldset select, #content #contactForm form fieldset textarea
 {
  float: left;
  width: 234px;
  height: 20px;
  padding-top: 2px;
  background-color: #232124;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  margin: 5px 0 0 5px;
  color: white;
  font-weight: bold;
}

#content #contactForm form fieldset textarea
 {
  height: 75px;
}

#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*/
