/* =============================================================================
Bush Theatre - Contact Us
============================================================================= */

h2#contact_us_head {
  height: 27px;
  width: 300px;
  background: url(/img/headers/contact_us.jpg) 0 0 no-repeat;
}

h2#our_details_head {
  height: 39px;
  width: 300px;
  background: url(/img/headers/our_details.jpg) 0 0 no-repeat;
}

/* Form 
============================================================================= */

form#add_comment {margin: 12px 0 0 0;}

  form#add_comment label {
    display: block;
    margin: 6px 0 0 0;
  }

  form#add_comment input {
    width: 188px;
    padding: 4px 6px;
    margin: 2px 0 0 0;
    border: 1px solid #d4d2d2;
  }

  form#add_comment input.hidden {
    display: none;
  }

    form#add_comment div input {float: left;}

  form#add_comment textarea {
    width: 436px;
    height: 90px;
    padding: 4px 6px;
    margin: 2px 0 0 0;
    border: 1px solid #d4d2d2;
  }

p#privacy {
  background: url(/img/typography/never_made_public.gif) 0 0 no-repeat;
  width: 160px;
  height: 24px;
  margin: 2px 0 0 10px;
  float: left;
}

p#privacy span {display: none;}

button#send_message {
  display: block;
  background: url(/img/buttons/send_message.gif) 0 0 no-repeat;
  width: 143px;
  height: 28px;
  margin: 20px 0 0 0;
  cursor: pointer;
}

button#send_message:hover {background-position: 0 -28px;}

div.error {
  background: #F2EB93;
  padding: 10px;
  margin-top: 10px;
} 

p.thanks {
  padding-top: 10px;
}

/* Right Column
============================================================================= */

.right p {
  padding-bottom: 17px;
}

p.arrow {
  background: url(/img/icons/arrow.gif) 0 0 no-repeat;
  padding-left: 22px;
}