#lightflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  line-height: 0;
  padding-top: 95px;
}

*:first-child+html #lightflow.forceLayout {
  overflow-x: hidden;
}

#lightflow-container {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  z-index: 95;
  
  box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
}

.loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
   
#lightflow #lightflow-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
/*  cursor: pointer;*/
  background-color: #000;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
}

*:first-child+html #overlay {
  padding-bottom: 95px;
}

#lightflow .close {
  position:absolute;
  top:-16px;
  left:-16px;
  width:40px;
  height:40px;
  background:url(/images/modal/close.png) center center no-repeat;
  text-indent:-999em;
}

#lightflow .header {
  padding:0 40px;
}

#lightflow h2 {
  font-family:Helvetica,Arial,sans-serif;
  font-style:normal;
  text-align:left;
  font-weight:bold;
  color:#333;
  font-size:30px;
  padding:30px 0 0;
  line-height:110%;
  margin-bottom: 5px;
}


.public #lightflow h2 {
  position: relative;
}

#lightflow h3 {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:14px;
  font-style:italic;
  font-weight:100;
  color:#666;
  padding:0;
  margin:0;
  text-shadow:none;
  position:relative; /* IE hack */
  line-height:150%;
}

#lightflow h3.warning {
  font-weight: bold;
}

#lightflow h4 {
  font-family:Helvetica,Arial,sans-serif;
  font-style:normal;
  text-align:left;
  font-weight:bold;
  color:#666666;
  font-size:20px;
  padding:10px 0 0;
  line-height:110%;
  margin-bottom: 5px;
}

#signup_box .content, #guardian_login_or_signup_box .content, #guardian_acknowledgement_box .content,
#guardian_alert_box .content {
  background:url(/images/modal/bg.png) 0 0 repeat-y;
  padding:0 70px 30px 40px;
  overflow-x: hidden; /* IE hasLayout hack */
}

#guardian_acknowledgement_box .content {
  #background:url(/images/modal/bg.png) 0 0 repeat-y;
}

#lightflow .content p, #lightflow .content label {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:16px;
  font-style:italic;
  line-height:46px;
}

#lightflow .content p {
  margin:45px 0 0;
  border-bottom:0;
  color:#666;
  padding:0;
}

#lightflow .content p.first {
  margin:0;
  border-top:0;
  padding:0;
}

#lightflow .content label {
  font-weight:100;
  color:#333;
  cursor:pointer;
}

#guardian_login_or_signup_box .content label, #guardian_alert_box .content label {
  color:#666666;
}

#lightflow .content label, #lightflow .content input, #lightflow .content select {
  display:inline;
  width:auto;
  height:23px;
}

#lightflow .content input {
  width:150px;
}

#lightflow .content input[type=checkbox] {
  width:auto;
}

#lightflow .content input[type=hidden], #lightflow .content input.hidden {
  display:none;
}

#lightflow .buttons p {
  margin:30px 0 0;
  text-align:center;
}

.button-let-me-in {
  margin:0 auto;
  background:url(/images/buttons/let-me-in.png) 0 0 no-repeat;
}

#lightflow .content .button-let-me-in {

  width:137px;
  display:block;
}

/* Temporary error list styling */
#message-sent{
  width: 650px;
}

#add_guitar_box{
  width: 650px;
}

#add_photo_box{
  width: 650px;
}

#lightflow .content #errorExplanation p {
  margin-top: 0;
}

#lightflow .content #errorExplanation li {
  height:1.25em;
  line-height:1.25em;
  color: #700;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-style:italic;
}


#lightflow .column{
  margin:20px 10px 0 0;
  width: 280px;
  float: left;
}

#lightflow .column-last{
  margin-right: 0;
}

#lightflow fieldset{
  padding: 0 40px;
  clear: both;
}

#lightflow .button-add-guitar{
  margin: 0 auto;
}

#lightflow p.option{
  text-align: center;
  margin-top: 0;
}

#lightflow .buttons p{
  border-bottom: 0;
  padding: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
}

#lightflow fieldset p .button {
  float: none;
  min-width: 75px;
  display: inline-block;
  margin-right: 5px;
}

#lightflow fieldset p .button_search {
  min-width: 0;
  width: 35px;
}

#lightflow #look_for {
  width: 500px;
}

/* sign up modal */
#signup_box, #guardian_login_or_signup_box, #guardian_acknowledgement_box,
#guardian_alert_box {
  width:580px;
}

#signup_box .header, #guardian_login_or_signup_box .header, #guardian_acknowledgement_box .header, 
#guardian_alert_box .header {
  width:580px;
  height:131px;
  background-color: #f00;
  background:url(/images/modal/top.png) 0 0 no-repeat;
}

#signup_box .content h3 {
  font-style: normal;
  font-weight: bold;
  font-family:Helvetica,Arial,sans-serif;
  font-size: 23px;
  line-height:28px;
}

#signup_box .content div.hr {
  margin: 20px 0 20px 0;
  border-top: solid 3px #6b6b6b;
  height: 0px;
}

#signup_box #fb_connect_error {
  color: #9e2f5c;
  margin: 0;
}

#guardian_alert_box .header {
  width:500px;
}

#guardian_alert_box .header h2 {
  color: #9e2f5c;
}

#guardian_alert_box .content h3, #guardian_alert_box .content p, #guardian_alert_box .content label {
  font-style: normal;
  font-weight: bold;
  font-family:Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height:16px;
}

#guardian_alert_box .content .left_label_box label {
  cursor: auto;
}

#guardian_alert_box .clearfix {
  width: 100%;
  padding: 10px 0;
}

#guardian_alert_box .left_label_box {
  width: 135px;
  float: left;
  margin: 5px 5px 0 0;
}

#guardian_alert_box .right_input_box {
  width: 65%;
  float: left;
}

#guardian_alert_box fieldset {
  padding: 0;
}

#guardian_alert_box .content fieldset select {
  margin: 0;
  width: 50%;
}

#guardian_alert_box fieldset label.overlay {
  position: relative;
  left: -100px;
}

#guardian_alert_box fieldset input, #guardian_alert_box fieldset textarea, #guardian_alert_box fieldset select {
  color:#666666;
  font-family:Helvetica,Arial,sans-serif;
  font-size:14px;
  font-style:normal;
  font-weight:bold;
  line-height:16px;
}

#guardian_alert_box fieldset #guitar_loss_reward_currency,
#guardian_alert_box fieldset #guitar_loss_reward_amount,
#guardian_alert_box fieldset #guitar_loss_city {
  width:100px;
}

#guardian_alert_box fieldset #guitar_loss_date {
  width:200px;
}

#guardian_alert_box .content .right_input_box p {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  font-family:Georgia,'Times New Roman',Times,serif;
  margin:0;
}

#signup_box fieldset{
  padding: 0;
}

#guardian_login_or_signup_box p .button, #guardian_acknowledgement_box p .button,
#guardian_alert_box p .button {
  margin: 20px 0 20px 0;
}

#lightflow .important {
  color: #9e2f5c;
}

#lightflow #first-name {
  position:absolute;
  bottom:17px;
  left:140px;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-style:italic;
  font-size:16px;
  color:#ccc;
  font-weight:500;
  top: 1px;
}

#lightflow #sur-name {
  position:absolute;
  bottom:17px;
  left:305px;
  font-family:Georgia,'Times New Roman', Times, serif;
  font-style:italic;
  font-size:16px;
  color:#ccc;
  font-weight:500;
  top: 1px;
}

#guardian_alert_box .right-input-box {
  width: 100%;
}

#guardian_alert_box #email_box {
  width: 95%;
}

#guardian_alert_box #url_box {
  width: 95%;
}

#guardian_alert_box #report-text-area{
  height: 95px;
}

#signup_box a{
  text-decoration: none;
}

#facebook-connect-button{
  background: url("/images/facebook-connect.jpg");
  width: 238px;
  height: 39px;
}

#lightflow #tick-box-placeholder{
  margin: 1px 0 0;
}
