/* --------------------------------------------------
	           TWILIO A/B/C TEST 11-05-2012
-------------------------------------------------- */

/* blue button */

#addedInfo .graphicButton {
  margin-top: 48px;
}

#addedInfo .graphicButton li {
  list-style: none;
  margin-top: 14px;
}

#addedInfo .graphicButton li a {
  text-indent: -9999px;
  display: inline-block;
  width: 180px;
  height: 52px;
}

#addedInfo .graphicButton li.iosBtn a {
  background: transparent url("/us/images/layout/test_download_ios_btn.png") no-repeat center center;
}

#addedInfo .graphicButton li.androidBtn a {
  background: transparent url("/us/images/layout/test_download_droid_btn.png") no-repeat center center;
}

/* new twilio box */
#addedInfo .twilio_box {
  width: 180px;
  height: 134px;
  margin: 16px 0 16px 22px;
  position: relative;
}

#addedInfo .twilio_box .success {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position:top center;
  position: absolute;
  z-index: 77;
  top:0;
  left:0;
}

#addedInfo .twilio_box .success.sending {
  /*background-image: url("/us/images/layout/twilio_faq/unhappy.png");*/
  /*background-color: rgba(255,255,255,.85);*/
}

#addedInfo .twilio_box .success.sent {
  /*background-image: url("/us/images/layout/twilio_faq/pgn_popup_image3.png");*/
  /*background-color: rgba(255,255,255,.75);*/
}

#addedInfo .twilio_box .success p {
  margin-top: 52px;
  font-size: 20px;
  font-weight: bold;
  color: #445566;
}

#addedInfo .twilio_box h5 {
  font-weight: bold;
  font-size: 13px;
}

#addedInfo .twilio_box p.what_is {
  cursor: pointer;
  text-align: left;
  color: #0099CC;
  font-size: 10px;
  padding: 4px 0 0 20px;
  margin-left: 2px;
  background: transparent url("/us/images/layout/twilio_faq/info_icon.png") no-repeat center left;
}

#addedInfo .twilio_box p.form_sub {
  font-size: 8px;
  line-height: 12px;
  text-align: left;
  padding-left: 2px;
  height: 24px;
  color: #445566;
}

#addedInfo .twilio_box .input_box {
  position: relative;
}

#addedInfo .twilio_box input.phone_num {
  width: 166px;
  height:19px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,.07);
  margin: 8px 0 5px;
  padding:5px;
  border: 1px solid #E2E3E4;
  font-size: 14px;
  color:#333;
}
#addedInfo .twilio_box .input_box .clear_text {
  background: url("/us/images/layout/closed_corner_btn.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 14px;
  width: 20px;
}

#addedInfo .twilio_box .send.blue_buttonV2 {
  padding: 4px 70px 2px;
}

.twilio_faq_pop {
  display: none;
  z-index: 88;
  text-align: left;
  position: absolute;
  top: 60px;
  font-size: 12px;
  left: -20px;
  width: 583px;
  padding: 24px;
  height: 273px;
  border: 6px solid #CCCCCC;
  border-radius: 3px;
  background-color: #FFFFFF;
}

.twilio_faq_pop .twilio_faq_slides {

}

.twilio_faq_pop .twilio_faq_slides li {
  list-style: none;
  height: 205px;
  float: left;
  width: 162px;
}

.twilio_faq_pop h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 16px;
}
.twilio_faq_pop p {
  padding-top: 16px;
}
.twilio_faq_pop .twilio_faq_slides .arrow_dev {
  width: 46px;
  background: transparent url("/us/images/layout/twilio_faq/pgn_arrow.png") no-repeat center 60px;
}

.twilio_faq_pop .close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 12px;
  height: 12px;
  background: transparent url("/us/images/layout/twilio_faq/close.png") no-repeat center center;
}
.twilio_faq_pop .privacy_text {
  clear: both;
  font-size: 10px;
}

/* hide some test stuff on mobile */
@media screen and (max-width: 769px)  {

  #addedInfo .twilio_box,
  #addedInfo .graphicButton {
    display: none;
  }

}