* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
ul, ol {list-style: none;}
input.button {cursor: pointer; cursor: hand;}
img, fieldset {border: none;}
table {border-collapse: collapse; border: none;}

body {
  background: #fff;
  font: 11px/14px Tahoma, Verdana, sans-serif;
  color: #4D4D4D;
}

#wrapper {
  width: 861px;
  margin: 0 auto;
}

#header {
  height: 113px;
}
#header h1 {
  float: left;
  margin: 16px 0 0 -7px;
}
#header h1 img {position: relative;}
#login {
  float: right;
  width: 322px;
  display: inline;
  margin: 0px 3px 0 0;
  background: url("../img/login-bg.gif") no-repeat 0 70%;
}
#login form * {vertical-align: middle;}
#login form {
  padding: 27px 0 0 0;
}
#login form a {color: #B9B9B9;}
#login form td, #login form th {
  padding: 0 5px 2px 0;
  color: #B9B9B9;
  text-align: left;
  font-weight: normal;
}
#login form th {
  color: #F849BF;
}
#login form input {
  width: 110px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #000;
  font-size: 11px;
  padding: 3px 1px;
  border: 1px solid #CBC9C9;
}
#remember, #login form input.button2 {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  color: #FFF !important;
  background: none !important;
}

#menu {
  height: 31px;
  background: url("../img/menu-bg.png");
  overflow: hidden;
}
#menu .menu {float: left;}
#menu .menu li {
  float: left;
  padding: 11px 15px 15px 17px;
  background: url("../img/m-sep.png") no-repeat 0 0;
}
#menu .f {background: none !important;}
#menu .lang {
  float: right;
  padding-right: 25px;
  padding-top: 8px;
  font-size: 10px;
}
#menu .lang li {
  float: left;
  padding-left: 15px;
}
#menu .lang * {vertical-align: middle;}
#menu .lang a {
  text-decoration: none;
  color: #595959;
}

#spl {
  margin-top: 6px;
  height: 381px;
  background: url("../img/find-bg.jpg") no-repeat 0 0;
}
#find {
  float: left;
  width: 521px;
  color: #fff;
  font-size: 12px;
}
#find p {
  padding: 145px 15px 0 325px;
}
#join {
  float: right;
  height: 381px;
  width: 340px;
  background: url("../img/join-bg.jpg");
  margin-bottom: 10px;
}
#join h2 {
  padding: 25px 0 0 25px;
}
#join form {
  padding: 20px 35px 0 25px;
  color: #FFF;
}
#join table {width: 100%;}
#join td, #join th {
  text-align: left;
  padding-bottom: 5px;
  //padding-bottom: 3px;
  font-weight: normal;
}
#join input, #join select {
  width: 100%;
  font-size: 10px;
  color: #585858;
  position: relative;
  padding: 1px 0;
  background: #FFF;
  font-family: Tahoma, Verdana, sans-serif;
}
#join .nb input, #join .nb select {
  width: auto;
}
#join input.button {
  width: auto;
  border: none;
  font-size: 11px !important;
  margin-top: 15px;
  background: none;
  margin-left: 50px;
}
#join a {color: #4F4404;}
#join .nbc input {
  width: auto;
  border: none;
}
#join .np a {color: #4F4404;}
#join .np input {
  width: auto;
  border: none;
  background: none;
}
#join .np {color: #131313; font-size: 10px; white-space: normal !important;}

#members {
  border: 1px solid #E7E7E7;
  margin-top: 10px;
  padding: 20px 0 20px 20px;
  margin-bottom: 18px;
}
#members h2 {
  padding-bottom: 17px;
}
#members ul {
  width: 100%;
  overflow: hidden;
}
#members ul li {
  float: left;
  padding-right: 13px;
}
#members ul li .img img {
  border: 1px solid #DEDEDE;
  display: block;
  margin-bottom: 5px;
}
#members ul span {
  display: block;
  border: 1px solid #DEDEDE;
  padding: 5px 10px;
  font-size: 10px;
  color: #000;
}
#members ul span a {
  color: #F700A3;
  text-decoration: none;
}
#members strong {
  color: #F700A3;
  font-size:12px;
  font-weight: bold;
}

#welcome {
  background: url("../img/welcome-bg.jpg") no-repeat 100% 5px;
}
#welcome p {
  margin-bottom: 15px;
  padding-right: 360px;
  line-height: 16px;
}

#f-menu {
  height: 31px;
  background: url("../img/f-menu-bg.png");
  color: #E2E2E2;
  line-height: 31px;
  padding-left: 20px;
}
#f-menu a {
  color: #6D6D6D;
  text-decoration: none;
  margin: 0 3px;
}

#footerLeft {
  padding-left: 23px;
  float:left;
  font-size: 10px;
  color: #909090;
  line-height: 31px;
}
#footerLeft strong {
  color: #DA71B1;
  font-weight: normal;
}
#footerRight {
  padding-right: 23px;
  float:right;
  font-size: 10px;
  color: #909090;
  line-height: 31px;
}
#footerRight a {
  color: #DA71B1;
  font-weight: normal;
}