/*
.lxt_loading {
	background:url(loader.gif) center center no-repeat;
}
*/
.lxt_jast_popup_close {
  background-color: #2b91af;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  position: absolute;
  right: -7px;
  top: -7px;
  padding: 0 6px 2px;
}
.lxt_jast_popup_close:hover {
  background-color: #1e1e1e;
}
.lxt_jast_popup {
  background-color: #eee;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  min-width: 850px;
  min-height: 200px;
  max-height: 710px;
  padding: 25px;
  box-sizing: content-box;
}
div.lxt_jast_popup_small {
  background-color: #ffe4c4;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  min-width: 450px;
  max-height: 400px;
  padding: 25px;
  box-sizing: content-box;
}
.lxt_jast_popup h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  width: 98%;
  background-color: #5C5A4B;
}
.lxt_jast_popup_small h1 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  width: 98%;
}
div.lxt_jast_popup_decorator {
  overflow: auto;
  width: inherit;
  height: inherit;
}
div.lxt_jast_loading {
  background: url('ajax-loader.gif') center center no-repeat;
  min-height: 240px;
  min-width: 450px;
}
.lxt_jast_qust h2 {
  font: bold medium / 1.4 Helvetica, sans-serif;
  text-decoration: none;
  color: #333333;
  width: 98%;
}
.lxt_jast_qust span {
  display: block;
}
.lxt_jast_qust textarea {
  width: 90%;
  row: 4;
}
.lxt_jast_qust_inline {
  display: table-row;
  width: 98%;
  height: 32px;
}
.lxt_jast_qust_inline h2 {
  font: medium / 0.8 Helvetica, sans-serif;
  display: table-cell;
  width: 40%;
}
.lxt_jast_qust_inline span {
  display: table-cell;
  width: 10%;
}
.lxt_jast_qust_inline span label {
  display: none;
}
.lxt_jast_submit {
  text-align: center;
}
.lxt_jast_email h2 {
  font-weight: normal;
  display: inline;
}
