@charset "UTF-8";
/******************************************************************************
 ** BrightTALK Dot Com
 ** Copyright BrightTALK Ltd, 2008.
 ** All Rights Reserved.
 ** $Id: contactus.css 6404 2010-01-05 15:02:42Z tberthon $
 ******************************************************************************/
#contact-us {
  background-color: #F1F1F1;
  margin-bottom: 10px;
  padding: 30px 23px 40px;
  width: 559px;
  margin-top: 20px;
  padding:12px;
}

#contact-us .form-item label {
  float: left;
  width: 200px;
  padding-right: 5px;
}

#contact-us .form-item select {
  width: 300px;
}

.button-submit {
  background-image: url(images/buttonsubmit.gif);
  width: 84px;
}
