label.error {
  width: 300px;
}
.banner-request {
  background: url(/images/graphics/banner_request_english.png);
  display: inline-block;
  height: 262px;
  width: 302px;
}
.banner-request button {
  position: relative;
  right: 54px;
  top: 177px;
}
body.french .banner-request {
  background: url(/images/graphics/banner_request_french.png);
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url("/images/graphics/payment/bg-modal.png");
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal.blackboard {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  visibility: hidden;
  width: 598px;
  height: 417px;
  padding: 21px;
  background: url(/images/graphics/blackboard_bg.png) no-repeat;
  z-index: 101;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.reveal-modal.blackboard .close-reveal-modal {
  width: 100%;
  text-align: right;
  cursor: pointer;
  margin: 10px 20px 0 0;
}
.reveal-modal.blackboard .close-reveal-modal img {
  float: right;
}
.reveal-modal.blackboard .title-modal {
  left: 5px;
  position: relative;
  top: 20px;
  width: 100%;
}
.reveal-modal.blackboard .content-modal .request_form_space {
  float: left;
  margin-top: -14px;
}
.reveal-modal.blackboard .content-modal img {
  float: right;
}
.request_form_space {
  float: left;
  padding: 10px;
  width: 285px;
}
.request_form_space .terms_conditions {
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  margin: 5px 0;
}
.request_form_space button {
  float: right;
  margin: 5px 0;
  width: 100%;
}
input,
textarea {
  float: none;
}
input[type="text"],
input[type="password"],
select[type="option"] {
  font-size: 15px;
  padding: 10px 5px;
}
#request_subject {
  width: 165px;
  margin: 5px 0;
}
#request_zip {
  width: 89px;
  margin: 5px 0;
}
#request_email {
  width: 269px;
  margin: 5px 0;
}
#request_description {
  width: 269px;
  margin: 5px 0;
  max-height: 280px;
  height: 70px;
  font-size: 15px;
  padding: 5px;
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
.request_textarea {
  height: 150px;
  width: 100%;
}
.request_form_space .terms_conditions {
  color: #7E7C7C;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
