@charset "UTF-8";
@import url("member.css");
@import url("/_/js/jquery-validate.password/jquery.validate.password.css");


#member {
  position: relative;
  overflow: hidden; /* IE7 IE8 Firefox Chrome Safari */
  _width : 100%;
}


.member_login {
  /*height: 400px;*/
  padding: 20px 0 50px;
  width:45%;
  float:left;

}
.member_step{
  width:45%;
  float:left;
  clear: right;
  padding: 40px 0px 0px 50px;
  border-left: #cccccc 1px solid;
}

.member_step ul li{
  padding: 5px 5px 10px 5px;
  border-radius: 5px;
  margin: 0px 0px 10px 0px;
  text-align:center;
  color:#333333;
  background-image:url(../img/background_step.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height:41px;
  line-height:32px;
  font-size: 13px;
}
.member_step h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  color:#00b5cb;
}
fieldset#member_login {
  position: relative;
  width: 280px;
  top: 20px;
  margin: 0 auto;
}

fieldset#member_login legend {
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
}

fieldset#member_login p {
  padding: 5px 0;
}

#set-pwd {
  position: relative;
  width: 280px;
  top: 20px;
  margin: 0 auto 40px;
}

#set-pwd p {
  padding: 5px 0;
}

#member_login_form input[type=text],
#member_login_form input[type=password] {
  width: 262px;
  padding: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(6,0,1,.2);
  -moz-box-shadow: inset 0 0 5px rgba(6,0,1,.2);
  box-shadow: inset 0 0 5px rgba(6,0,1,.2);
  border: solid 1px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  color: #868686;
}

#member_login_form input[type=text]:focus,
#member_login_form input[type=password]:focus {
  outline: none;
  color: #444;
  background: #fff;
  border: solid 1px #00B5CB;
}

#member_login_form input#member_login_code {
  width: 186px;
}

input#member_login_submit {
  margin-top: 10px;
  float: right;
/*  position: absolute;
  bottom: 0;
  right: 0;*/
}

.password-meter {
  position:relative;
  width: 280px;
}
.password-meter-message {
  text-align: left;
  line-height: 180%;
  color: #333;
  padding: 5px 0 0;
}
.password-meter-bg, .password-meter-bar {
  height: 8px;
}
.password-meter-bg {
  top: 8px;
  background: #E8E8E8;
}

.password-meter-message-very-weak {
  color: #ce0005;
}
.password-meter-message-weak {
  color: #f5ac00;
}
.password-meter-message-good {
  color: #6699cc;
}
.password-meter-message-strong {
  color: #008000;
}

.password-meter-bg .password-meter-very-weak {
  background: #ce0005;
  width: 50px;
}
.password-meter-bg .password-meter-weak {
  background: #f5ac00;
  width: 140px;
}
.password-meter-bg .password-meter-good {
  background: #6699cc;
  width: 200px;
}
.password-meter-bg .password-meter-strong {
  background: #008000;
  width: 280px;
}