/* SimpleModal stylings */
/* $Id: modal.css 11791 2010-10-20 19:52:14Z phawxby $ */
/* Overlay */
/* line 6, ../sass/modal.scss */
#modalOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  background-color: #000;
  cursor: pointer;
}

/* Container (used by all instances) */
/* line 19, ../sass/modal.scss */
#modalContainer {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 3100;
  left: 0%;
}

/* line 27, ../sass/modal.scss */
a.modalCloseText {
  display: block;
  width: 100%;
  text-align: right;
  cursor: pointer;
  font-size: 10px;
}

/* line 35, ../sass/modal.scss */
#modalContainer * .media_container {
  padding: 12px 0;
}

/* line 39, ../sass/modal.scss */
#modalContainer a.modalCloseImg {
  /* not actually used... */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -14px;
  left: 588px;
  cursor: pointer;
}

/* line 49, ../sass/modal.scss */
#modalContainer #basicModalContent {
  padding: 8px;
}

/* line 53, ../sass/modal.scss */
#modalContainer a.modalCloseImg {
  width: 20px;
  height: 20px;
}

/* line 58, ../sass/modal.scss */
.modal_instance {
  background: transparent;
  padding: 0px;
  margin: 0 auto 0 auto;
}

/* line 64, ../sass/modal.scss */
.modal_iframe {
  width: 100%;
  overflow: hidden;
}

/* line 69, ../sass/modal.scss */
.inner_modal_content {
  padding: 22px 22px 26px 22px;
  text-align: left;
  _margin: 0;
  _padding: 22px 0 26px 10px;
}

/* instance-specific rules */
/* line 78, ../sass/modal.scss */
#modal_support_search {
  padding: 20px;
  background-color: #fff;
}

/* line 83, ../sass/modal.scss */
#modal_product_pulldown {
  width: 550px;
  height: 75px;
}

/* line 88, ../sass/modal.scss */
#modal_support_search {
  width: 300px;
  margin-left: -150px;
  height: 75px;
}

/* line 97, ../sass/modal.scss */
a.modalCloseText,
#modal_product_pulldown h3,
#modal_support_search h3,
#modal_product_pulldown * select {
  font-size: 10pt;
  margin: 10px;
  font-family: arial, helvetica, sans-serif;
}

/* line 104, ../sass/modal.scss */
#modal_product_pulldown div.modal_form,
#modal_support_search div.modal_form {
  text-align: left;
  margin: auto;
  width: 90%;
}

/* line 111, ../sass/modal.scss */
div.modal_form form,
div.modal_form form select {
  margin: 0;
  padding: 0;
}

/* line 116, ../sass/modal.scss */
#modal_support_search_form {
  margin: 0;
  padding: 0;
}

/* line 120, ../sass/modal.scss */
#prodSearch {
  margin-right: 10px;
}

/* line 123, ../sass/modal.scss */
#support_search_submit {
  vertical-align: bottom;
  margin-bottom: 2px;
}

/* line 128, ../sass/modal.scss */
div.modal_float_link_left {
  float: left;
  margin: 0 10px 5px 0;
}

/* line 133, ../sass/modal.scss */
div.modal_float_link_right {
  float: right;
  padding-left: 10px;
}

