form {
  background-color: transparent;
}

div.container {
  width: 1000px;
  margin: 0 auto;
}

div.header {
  width: 100%;
  height: 120px;
}

div.logo {
  width: 300px;
  height: 112px;
  float: left;
}

div.logo img {
  margin-top: 10px;
}

div.slogans {
  width: 685px;
  height: 73px;
  margin-top: 19px;
  margin-left: -29px;
  float: left;
}

div.slogan-main {
  font-size: 35px;
  color: #5085CD;
  font-weight: bold;
}

div.slogan-text {
  font-size: 22px;
  color: #666;
}

div.body {
  clear: left;
  position: relative;
  height: 285px;
}

div.promote-image {
  background-color: transparent;
  width: 700px;
  height: 285px;
  float: left;
  position: absolute;
}

div.promote-image > div {
}

div.image {
  height: 285px;
  overflow: hidden;
}


div.slogan {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  font-size: 13px;
  background-color: #FFF;
  opacity: 0.88;
  filter: alpha(opacity=88);
  font-weight: bold;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
}

div.search {
  z-index: 2;
  border-top: 1px solid #5085CD;
  border-bottom: 1px solid #5085CD;
  position: absolute;
  bottom: 40px;
  left: 0px;
  padding: 10px;
  background-color: #FFF;
  color: #666;
  width: 691px;
  font-weight: bold;
}

div.search > label {
  font-size: 20px;
  color: #5085CD;
  padding-right: 15px;
  height: 22px;
  vertical-align: middle;
}

div.search > input.search {
  width: 300px;
  height: 22px;
  font-size: 18px;
  padding: 4px 8px 4px 6px;
  color: #222;
  border: 1px solid #CCC;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

div.search > input.submit {
  width: 90px;
  background-color: #EEE;
  font-size: 16px;
  height: 32px;
  padding: 4px 8px 4px 6px;
  vertical-align: middle;
}

div.slogan a {
  text-decoration: none;
  color: #333;
}

div.register {
  position: absolute;
  width: 290px;
  left: 710px;
  z-index: 1;
  overflow: hidden;
}

div.register > div.content {
  border: 1px solid #5085CD;
  height: 245px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

div.register > h1 {
  background-color: #5085CD;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  font-size: 17px;
}

div.register > div.content > form {
  margin-top: 15px;
}

div.register > div.content > form div {
  height: 30px;
}

div.register > div.content > form label {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
  width: 75px;
  float: left;
}

div.register > div.content > form label > small {
  margin-left: 30px;
}

div.register > div.content > form > div.input > input {
  width: 160px;
  height: 16px;
  font-size: 13px;
  padding: 4px 8px 4px 6px;
  color: #222;
  border: 1px solid #CCC;
  border-bottom: 1px solid #999;
}

div.register > div.content > p {
  margin-left: 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

div.register > div.content > form input.submit {
  width: 100px;
  background-color: #EEE;
  font-size: 16px;
  height: 33px;
  padding: 4px 8px 4px 6px;
  vertical-align: bottom;
}

div.register > div.content > form > div.submit {
  position: relative;
  left: 95px;
  top: 15px;
}

div.already-registered {
  margin-left: 95px;
  margin-top: 25px;
  font-size: 11px;
}

div.bottom {
  margin-top: 35px;
  height: 365px;
}

div.bottom > div.left {
  width: 700px;
  float: left;
}

div.bottom > div.right {
  width: 280px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
  border-left: 1px solid #CFE2F1;
  height: 365px;
}

div.bottom > div.right > h1,
div.bottom > div.left > h1 {
  font-size: 18px;
  color: #5085CD;
  border-bottom: 1px solid #CFE2F1;
}

div.reason {
  margin: 10px;
  color: #444;
  width: 325px;
  height: 100px;
  margin-top: 20px;
  float: left;
}

div.reason:first-child {
  margin-top: 10px;
}

div.reason-image {
  width: 100px;
  float: left;
}

div.reason-image > img {
  margin-top: 15px;
}

div.reason-text {
  width: 215px;
  margin-left: 10px;
  float: left;
}

div.reason-text > h1 {
  font-size: 13px;
  color: #5085CD;
}

div.reason-image > img {
  vertical-align: middle;
}

div.add {
  position: relative;
  clear: left;
}

div.add > input {
  width: 140px;
  background-color: #EEE;
  font-size: 16px;
  height: 32px;
  padding: 4px 8px 4px 6px;
  vertical-align: middle;
  position: absolute;
  right: 0;

}

div.no-border {
  margin-top: 0 !important;
  border: 0 !important;
}

div.twitter {
  margin-top: 10px;
  clear: left;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #EEE;
}

div.icon {
  width: 60px;
  float: left;
}

div.icon.right {
  float: right;
}

div.icon > img {
  border: 1px solid #EFEFEF;
  margin-top: 2px;
}

div.message {
  width: 220px;
  float: left;
  color: #333;
  font-style: oblique;
}

div.property-image {
  width: 80px;
  float: left;
}

div.property-detail {
  width: 200px;
  float: left;
}

div.property {
  clear: left;
}


