/**

	styles for lightbox popups with white-on-black header

**/

.lbox-wob-contain * { outline: none !important; }

.lbox-wob-contain {
  width:500px;
  margin-left:-250px;
  background:white;
}
.lbox-wob-contain {
  -moz-box-shadow: 4px 6px 14px #333;
  -webkit-box-shadow: 4px 6px 14px #333;
  box-shadow: 4px 6px 14px #333;
}

.lbox-wob-contain .title {
  font-size:20px;
  line-height:20px;
  background:black;
  color:white;
  padding:15px 20px;
  position:relative;
}
.lbox-wob-contain .close {
  position:absolute;
  right:-1px;
  top:-1px;
  background:url(//www.wolframcdn.com/images/buttons/black-close-btn.png) no-repeat top right transparent;
  display:block;
  overflow:hidden;
  height:30px;
  width:30px;
  cursor:hand;
  cursor:pointer;
}
.lbox-wob-tophalf {
  padding:20px;
}
.lbox-wob-tophalf > div {
  width:216px;
  display:block;
  float:left;
  margin-bottom:10px;
  color:#666;
}
.lbox-wob-tophalf > div.right {
  margin-left:21px;
  font-size: 13px;
  text-align: left;
  padding-right: 0;
}
.lbox-wob-tophalf > div.big {
  width:453px;
}
.lbox-wob-tophalf > div input {
  width:100%;
  height:18px;
}
.lbox-wob-tophalf label {
  margin-bottom:5px;
  display:block;
  font-size:12px;
}
.lbox-wob-tophalf label span.optional {
  font-size:11px;
  color:#999;
}

.lbox-wob-contain .lbox-wob-bottomhalf {
  background:#eee;
  padding:20px;
  border-top:1px solid #ddd;
  position:relative;
  padding-bottom:60px;
}
.lbox-wob-bottomhalf label {
  margin-top:10px;
  margin-bottom:5px;
  display:block;
  font-size:12px;
}
.lbox-wob-bottomhalf label:first-child {
  margin-top:0;
}
.lbox-wob-bottomhalf label span.optional {
  font-size:11px;
  color:#999;
}
.lbox-wob-bottomhalf textarea {
  width:453px;
  height:50px;
}
.lbox-wob-contain .sendImg {
  width:52px;
  height:28px;
  margin-top:15px;
  display:block;
  float:right;
  right:20px;
  bottom:20px;
  background:url(//www.wolframcdn.com/images/buttons/send.png) no-repeat left top transparent;
}
.lbox-wob-contain .sendImg:hover {
  background-position:left -28px;
}

.lbox-wob-thankyou {
  width:500px;
  height:131px;
  margin-left:-250px;
  background:white;
  font-size:12px;
}
.lbox-wob-thankyou .lbox-wob-bottomhalf {
  height:auto;
  padding: 20px;
}
.lbox-wob-thankyou .lbox-wob-bottomhalf p {
  margin: 0 0 10px;
}

/* add captcha */
#captchaBox {
  height: 58px;
}

#captchaImage {
  margin-top: 4px;
}
