#popup, #emailForm, #connect-box {
  display: none;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  color: #FFFFFF;
  background:none repeat scroll 0 0 #1a3b80;
  font-size: 1.2em;
  width: 100%;
  /*left: 15%;
  min-width: 400px;
  margin-left: 25px;*/
  padding-left: 14px;
  padding-right: 14px;
  /* for IE */
  filter: alpha(opacity=90);
  /* CSS3 standard */
  opacity: 0.9;
}
#emailForm table {
  margin: 0 auto;
}
#lite_email_help {
  padding-right: 14px;
}
#popup {
  text-align: center;
}
#togglePopup {
  position: absolute;
  top: 7px;
  right: 7px;
}
.padding7 {
  padding: 7px;
}
#no {
  /*font-weight: bold;*/
}
#favorite_destination_email  {
  /*padding: 3px;
  width: 240px;
  margin-left: 7px;*/
}
#emailForm th {
  padding-right: 7px;
}

/* connectPopup */

#connect-box button.facebook_login_button,
button.facebook_login_button {
  background:url("/images/connect_with_facebook_194_25.gif") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height:25px;
  text-indent:-9999px;
  width:194px;
  border: none;
  margin: 0 5px;
}
#connect-box .panel a {
  margin-left: 7px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
#connect-box {
  display:none;
  /*-moz-border-radius:8px 8px 8px 8px;*/
  /*background: url("/images/bg-lt_blue_gradient.png") repeat-x scroll 0 0 #FFFFFF;
  border:8px solid #000000;*/
  /*margin: 0 auto;
  max-height:80%;
  min-height:146px;
  overflow-x:hidden;
  overflow-y:auto;*/
  padding: 14px;
  /*position:relative;*/
  /*width: 415px;*/
  width: 100%;
  /*z-index:99999;*/
}
#connect-box h2 {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
}
#connect-box p {
  color: #FFF;
  margin: 5px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
}
#connect-close {
  background: url("/images/btn-close.png") no-repeat scroll 0 0 transparent;
  display:block;
  height:22px;
  overflow:hidden;
  position:absolute;
  right: 40px;
  text-indent:-999px;
  top: 12px;
  width: 22px;
}
.panel {
  margin: 0 auto;
  width: 780px;
  text-align: center;
}
#feedback {
  /*background-color: #FF811B;*/
  position: fixed;
  top: 172px;
  top: 172px;
  left: 0;
  color: #FFF;
  font-weight: bold;
  /*padding: 7px;*/
  /* for IE */
  filter: alpha(opacity=90);
  /* CSS3 standard */
  opacity: 0.9;
}
#feedbackBox {
  display: none;
  background-color: #1A3B80;
  float: left;
  padding: 14px;
  font-size: 1.1em;
  min-height: 82px;
}
#feedbackBox p {
  color: #FFF;
}
#feedbackToggle {
  padding: 7px;
  background-color: #FF811B;
  background-color: #1A3B80;
  float: right;
  min-height: 96px;
}
#feedbackBox th {
  font-weight: bold;
  padding: 3px;
  width: 84px;
}
#feedbackBox td input {
  font-weight: bold;
  padding: 3px;
  color: #1A3B80;
  margin-bottom: 7px;
}
#feedbackBox td textarea {
  color: #1A3B80;
  width: 300px;
  height: 150px;
  margin-bottom: 7px;
  padding: 2px;
}
#submit_feedback {
  color: #1a3b80;
  padding: 0 3px;
}
input#submit_lite_favorite_destination,
input#yes {
  padding: 1px 7px;
  background:none repeat scroll 0 0 #EEEEEE;
  color:#1a3b80;
  font-size:13px;
  font-weight: bold;
  border: 1px solid #1a3b80;
  margin-right: 7px;
  margin-left: 7px;
  vertical-align: sub;
}
input#submit_lite_favorite_destination:hover,
input#yes:hover {
  color:#FFF;
  font-weight: bold;
  border: 1px solid #FFF;
  background: none repeat scroll 0 0 #444444;
  background: none repeat scroll 0 0 #1a3b80;
  cursor: pointer;
  text-decoration: none;
  vertical-align: sub;
}
