@CHARSET "utf-8";

body,
#wrapper {
  background-color: #f3f4ee;
}


/* login
---------------------------------------------------- */

#body {
  width: 950px;
  overflow: hidden;
}

#shop-login-box,
#user-login-box {
  width: 470px;
  float: left;
  position: relative;
}

#shop-login-box {
  margin-right: 10px;
}

#body .form {
  padding: 40px 20px;
}

#body .form h3 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 1.8em;
}

#body .form h3 span {
  margin-right: 10px;
  padding: 2px 2px 0;
  display: inline-block;
  color: #fff;
  background-color: #46adcc;
}

#body .form table {
  width: 430px;
}

#body .form table th {
  padding-right: 10px;
}

#body .form table td input[type="text"],
#body .form table td input[type="password"] {
  margin: 0;
  width: 220px;
}

#body .form table td p {
  margin: 0;
  width: 220px;
  text-align: left;
}

#body .form p.save,
#body .form p.remind {
  font-size: 0.75em;
}

#body .form .hide-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/img/xds/sms/account/hide.png') 0 0 repeat;
}

#body p.faq a {
  background: rgba(0, 0, 0, 0) url("/static/img/xds/common/icon-arrow-right.png") no-repeat scroll 0 5px;
  font-size: 0.7em;
  padding-left: 12px;
  padding-top: 1px;
  color: #41aaca;
}