body {
  font-size: 14px;
  font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, sans-serif;
}

#player {
  width: 608px;
  height: 334px;
  background: #000000 url(/images/home/player_bg.png) no-repeat;
}
#player_swf {
    background:#FBFBFB;
    outline: none;
}

#player_bottom {
  background: #ffffff url(/images/home/video_bottom.png) no-repeat;
  width: 608px;
  height: 42px;
}

#player_wrapper {
  float: left;
  position: relative;
}

#player_right {
  background: #ffffff url(/images/home/pencil_right.png) no-repeat;
  width: 25px;
  height: 37px;
  position : absolute;
  top: 325px;
  right: -25px;
}
#player_left {
  background: #ffffff url(/images/home/player_left.png) no-repeat;
  width: 12px;
  height: 5px;
  position : absolute;
  top: 332px;
  left: -12px;
}

#becomeMember {
  float: right;
  width: 378px;
  height: 321px;
  background: #ffffff url(/images/home/members-bg.png) repeat-x;
  padding-left: 12px;
  border-top: solid 1px #cecece;
  position: relative;
  color: #333333;
}

#signup {
  width: 165px;
  height: 50px;
  background: #ffffff url(/images/home/signup-bt.png) no-repeat;
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin: 55px 0 0 100px;
  line-height: 50px;
}

#becomeMember_steps {
  font-family: arial;
  font-size: 0.9em;
  }

.becomeMember_titleZone {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 190px;
  height: 22px;
  font-size: 1.2em;
  font-style: italic;
}

.contact {
  margin-top: -25px;
}

#content-bottom {
  margin-top: 20px;
}

#alreadyMember {
  width: 331px;
  float: left;
  background: #ffffff url(/images/home/alreadyMember-bg.png) repeat-x;
  border-top: solid 1px #cecece;
  position: relative;
}

#alreadyMember_titleZone {
  margin: 10px 0 10px 10px;
  width: 171px;
  height: 25px;
}

#alreadyMember_titleImg {
  background: #ffffff url(/images/home/alreadyMember-title.png) no-repeat;
}

#alreadyMember_introduction {
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 10px;
}

#alreadyMember #signinForm {
  height: 52px;
  width: 310px;
  background: #ffffff url(/images/home/signin-bg.png) no-repeat;
  vertical-align: middle;
  padding: 10px;
  padding-top: 8px;
}

#alreadyMember_forgotten {
  color: #ffffff;
  font-size: 10px;
  margin-left: 175px;
}

.alreadyMember_ok {
  background: #ffffff url(/images/home/ok-bt.png) no-repeat;
  border: none;
  color: #ffffff;
  width: 27px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
}

#signin_password {
  width: 100px;
}

#signinForm table {
  margin: 0 auto;
}

#alreadyMember_signup {
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
}

#latestCampaigns {
  float: right;
  background: #ffffff url(/images/home/alreadyMember-bg.png) repeat-x;
  border-top: solid 1px #cecece;
  width: 636px;
  position: relative;
}

#latestCampaigns_titleZone {
  margin: 10px 0 10px 10px;
  width: 262px;
  height: 30px;
}

#latestCampaigns_titleImg {
  background: #ffffff url(/images/home/latest-title.png) no-repeat;
}

#campaigns {
  margin: 0 auto;
  width: 570px;
  
}

.campaign {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  float: left;
  margin: 10px;
  display: inline;
}

.border {
  background: #ffffff url(/images/home/border.png) no-repeat;
  height: 237px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.borderRight {
  top: 0px;
  left: auto;
  right: 0px;
}

.see {
  text-align: right;
  padding-right: 5px;
  display: block;
  font-size: 12px;
}



