@charset "utf-8";
/* CSS Document */

#sign_up {
 -moz-border-radius: 0px;
 background: #f4f4f4;
 border:3px solid #d6d6d6;
 -webkit-border-radius: 0px;
 -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 6px;
 -moz-box-shadow:rgba(0,0,0,.6) 0px 2px 6px;;
 padding: 22px 22px;
 width: 190px;
 position: relative;
 display: none;
}
#sign_up #sign_up_form {
 margin-top: 8px;
 width:100%;
}
#sign_up label {
 display: block;
 margin-bottom: 10px;
 color: #536376;
 font-size: .9em;
}

#sign_up label input {
 display: block;
 width: 393px;
 height: 31px;
 background-position: -201px 0;
 padding: 2px 8px;
 font-size: 1.2em;
 line-height: 31px;
}
#see_id {
 width: 100%;
 height: 28px;
 font-size: 18px;
 background-position: -202px -133px;
}
#left_out {
 background-position: -202px -158px;
 width: 113px; height: 16px;
}
#sign_up_form {
 position: relative;
 background: url(divider.png) repeat-x bottom left;
 /*padding-bottom: 5px;
 margin-bottom: 5px;*/
}
#actions {
 float: left;
 position: absolute;
 right: 0;
 height: 31px;
 bottom: 20px;
}
a.form_button {
 float: left;
 width: 93px; height: 31px;
 margin-right: 15px;
}
#cancel { background-position: -198px -36px; }
#log_in { background-position: -291px -36px; }
#cancel:hover { background-position: -198px -67px; }
#cancel:active { background-position: -198px -98px; }
#log_in:hover { background-position: -291px -67px; }
#log_in:active { background-position: -291px -98px; }
#close_x {
 width: 24px; height: 23px;
 overflow: hidden; line-height: 1000px;
 display: block;
 position: absolute; top: 9px; right: 9px;
 /*background-position: -387px -102px;*/
}
#usage { background-position: -323px -172px; width: 67px; height: 22px;}

.closeX {
	background: url(../../images/closeX.png) no-repeat;
}
.closeX:hover  {
	background: url(../../images/closeX.png) no-repeat;
}

.form_text {
	color:#484848;
	font-size:16px;
}

.lb_overlay .js_lb_overlay{
	position:fixed;
  z-index: 1200;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}




section {
  width: 500px;
  margin: 0 auto;
  background: #555;
  padding: 1em;
}
section div {
  margin: 0 0 2em 0;
}

header {
  background: #d9444a;
  text-align: center;
  color: #fff;
  font-size: .5em;
  padding: .7em 0;
}
header a {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 1px #973735;
}
header:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #d9444a transparent transparent transparent;
  top: 53px;
  left: 50%;
}

/*h2 {
  font-size: 1em;
  margin: 0 0 .5em 0;
  background: #444;
  display: inline-block;
  padding: .5em 1.2em;
  position: relative;
  left: -1em;
}*/

/* Pure CSS3 Lightbox start */
a.button {
  display: inline-block;
  background: #999;
  color: #f2f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 1em;
  -moz-box-shadow: 0 3px 0 #777;
  -webkit-box-shadow: 0 3px 0 #777;
  box-shadow: 0 3px 0 #777;
  font-size: 1.3em;
  text-decoration: none;
}

.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.lightbox-target .content {
  width: 90%;
  height: 90%;
  background: #fff;
  color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target .lightbox-close {
  top: 5%;
}

.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #139dd7;
  color: #fff;
  position: absolute;
  top: 10%;
  right: 5%;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.lightbox-close:before, .lightbox-close:after {
  content: " ";
  display: block;
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}













#sign_up2 {
 background: #ffffff;
 border:3px solid #d6d6d6;
 -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 6px;
 -moz-box-shadow:rgba(0,0,0,.6) 0px 2px 6px;;
 padding: 22px 22px;
 width: 300px;
 position: relative;
 display: none;
}
#sign_up2 #sign_up_form {
 margin-top: 8px;
 width:100%;
}
#sign_up2 label {
 display: block;
 margin-bottom: 10px;
 color: #536376;
 font-size: .9em;
}

#sign_up2 label input {
 display: block;
 width: 353px;
 height: 31px;
 background-position: -201px 0;
 padding: 2px 8px;
 font-size: 1.2em;
 line-height: 31px;
}

