#notLoggedInPage {
}

/* FORMS */
#notLoggedInPage #forms {
  float: left;
  background: #A3C266;
  margin: 0 20px 20px 0;
  width: 280px;
}

#notLoggedInPage #forms .chooseForm {
  width: 280px;
  background: white;
}

#notLoggedInPage #forms .form {
  width: 258px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  clear: both;
}

#notLoggedInPage #forms .form label input {
  border: 1px inset gray;
  padding: 1px;
  width: 250px;
}
#notLoggedInPage #forms .form label input.inputInherit {
  padding: auto;
  border: auto;
  width: auto;
}
#notLoggedInPage #forms .form label .bisats {
  color: #555;
}
#notLoggedInPage #forms .labelContainer {
  position: relative;
}
#notLoggedInPage #forms label {
  margin: 0px 0px 5px 0px;
}
#notLoggedInPage #forms .labelContainer .errorPanel {
  display: none;
  padding: 5px 5px 0 5px;
  position: absolute;
  top: 0px;
  left: 210px;
  height: 34px;
  width: 200px;
  border: 1px solid #990000;
  background: white;
}
#notLoggedInPage #forms .labelContainer .errorPanel .errorArrow {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 20px;
  left: -5px;
}
#notLoggedInPage #forms .labelContainer.error .errorPanel {
  display: block;
}
#notLoggedInPage #forms .labelContainer.error input {
  border: 1px inset #990000;
}

#notLoggedInPage #forms .form .helptexts {
  margin: 5px 0 5px 0;
  font-size: 12px;
  padding: 0;
}
#notLoggedInPage #forms .form .helptexts.last {
  margin: 5px 0 0 0;
}
#notLoggedInPage #forms .form .helptexts a {
  color: #444444;
}

#notLoggedInPage #forms .form h2 {
  color: white;
  margin: 0 0 5px 0;
  font-weight: normal;
}


/* LOADER */
#notLoggedInPage #forms .form #signUpFormLoader,
#notLoggedInPage #forms .form #logInFormLoader {
  float: right;
  display: none;
}


/* BLURB */
#notLoggedInPage #blurb {
  max-width: 600px;
  min-width: 300px;
  float: left;
}
#notLoggedInPage #blurb ul {
  font-size: 12px;
  list-style-image: url(/orkideer/grafik/ul.gif);
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 0 7px;
  padding: 0 0 3px;
}

#nyttpratinfo {
  max-width: 600px;
}



/* FBTABS */
.ftabs {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 10px 3px 8px;
  clear: both;
}
.ftabs .breaker {
  display: block;
  height: 24px;
}
.ftabs a.first {
  border-left: 1px solid #CCCCCC;
  margin-left: 0;
}
.ftabs #ftabs a {
  background: #E0EBCC none repeat scroll 0 0;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #666666;
  display: block;
  float: left;
  margin-top: 1px;
  padding: 4px 14px;
  position: relative;
  text-decoration: none;
  font-size: 12px;
}
.ftabs #ftabs a.active {
  background: #A3C266 none repeat scroll 0 0;
  border-bottom: 1px solid #A3C266;
  border-left: 1px solid #CCCCCC;
  color: #333333;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-top: 0;
  padding-bottom: 4px;
  padding-top: 5px;
}
.ftabs #ftabs a.last {
  border-right: 1px solid #CCCCCC;
}
.ftabs img#friends_loading {
  display: none;
  float: right;
  margin: 7px 16px 0 0;
}
.ftabs #ftabs a:hover {
  background: #fff;
  color: #444;
  text-decoration: none;
}
.ftabs #ftabs a:focus{
  outline: 0px;
}
/* END FBTABS */


/* FOOT BUTTONS */
#notLoggedInPage #endButtons {
  background: #A3C266;
  margin: 20px 10px 100px 10px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
#notLoggedInPage #endButtons a {
  color: white;
}
#notLoggedInPage #endButtons h3 {
  padding: 5px 10px;
  margin: 0;
}
/* END FOOT BUTTONS */

/* CLICK POP UP */
#logInPopUpOuter {
  display: none;

  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;

  margin: 10px 5px;   /* same as body */
  background: white;
  background: rgba(255, 255, 255, 0.6);
}
#logInPopUp {
  border-style: solid;
  border-width: 1px;
  border-color: #888 #666 #666 #888;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;

  position: absolute;
  top: 0px;
  left: 0px;
  width: 252px;
}
#logInPopUpInner {
  padding: 0 0 10px 0;
  border: 10px solid #A3C266;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #A3C266;

  text-align: center;
  color: white;
}
#logInPopUp .closeButton {
  float: right;
}

.redirect_to_error.meddelande {
  border: 1px solid #A3C266;
  padding: 10px 7px;
  margin: 24px 0 10px 0px;
  font-size: 12px;
  max-width: 220px;
  float: left;
}
