#signup {
  background: #ffffff url(/images/signup/bg.png) repeat-x 0 27px;
  width: 990px;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
#signup_title_zone {
  width: 198px;
  height: 54px;
  position: absolute;
  top: 0px;
  left: 25px;
}

#signup_title_img {
  background: #ffffff url(/images/signup/title.png) no-repeat;
}

#signup_steps {
  padding-top: 70px;
  float: left;
}

#signup_steps li{
  list-style: none;
  background: #ebebeb;
  width: 290px;
  height: 30px;
  font-size: 14px;
  color: #585858;
  line-height: 30px;
  padding-left: 20px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

#signup_steps li.selected {
  color: #ffffff;
  font-weight: bold;
  background: #f5a306 url(/images/signup/selected.png) no-repeat -1px center;
}

.signup_fields {
   width: 590px;
  margin-top: 50px;
  float: right;
  margin-right: 25px;
  height: 100%;
  position:relative;
  border-bottom: 1px solid #f0f0f0;
 }

#signup_fieldsStep1 {
  background: #ffffff url(/images/signup/fields1_bg.png) repeat-x;
}
#signup_fieldsStep2 {
  background: #ffffff url(/images/signup/fields2_bg.png) repeat-x;
}
#signup_fieldsStep3 {
  background: #ffffff url(/images/signup/fields3_bg.png) repeat-x;
}

.border {
  background: url("/images/signup/fields1_border.png") no-repeat #efefef;
  height:100%;
  position:absolute;
  width:1px;
  top: 0;
  left: 0;
}

#fields2_border {
  background: url("/images/signup/fields2_border.png") no-repeat #efefef;
}
#fields3_border {
  background: url("/images/signup/fields3_border.png") no-repeat #efefef;
}

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

#signup_fields_subtitle {
  width: 555px;
  height: 65px;
  margin: 0 auto;
}

#signup_fields1_subtitle_zone {
  width: 195px;
  height: 22px;
  margin: 10px;
}
#signup_fields2_subtitle_zone {
  width: 254px;
  height: 22px;
  margin: 10px;
}
#signup_fields3_subtitle_zone {
  width: 118px;
  height: 22px;
  margin: 10px;
}

#signup_fields1_subtitle_img {
  background: #ffffff url(/images/signup/fields1_title.png) no-repeat;
}
#signup_fields2_subtitle_img {
  background: #ffffff url(/images/signup/fields2_title.png) no-repeat;
}
#signup_fields3_subtitle_img {
  background: #ffffff url(/images/signup/fields3_title.png) no-repeat;
}

#subtitle_strapline {
  font-size: 14px;
  color: #585858;
}

#mandatory {
  width: 555px;
  height: 22px;
  margin: 0 auto;
  border-top: 1px solid #C8C8C8;
  font-size: 11px;
  color: #585858;
}

#mandatory a{
  color: #585858;
}

#submit {
  display: block;
  background:url("/images/home/signup-bt.png") no-repeat scroll 0 0 #FFFFFF;
  color:#000000;
  font-size:16px;
  font-weight:bold;
  height:50px;
  line-height:50px;
  text-align:center;
  width:165px;
  border: none;
  margin: 20px 0 20px 585px;
  cursor: pointer;
}

.content_left #submit, .content_left #finish {
  margin-left: 210px;
}

#add_blog {
  background:url("/images/signup/add_blog.png") no-repeat scroll 0 0 #FFFFFF;
  color:#000000;
  font-size:13px;
  font-weight:bold;
  height:31px;
  text-align:center;
  width:204px;
  border: none;
  margin: 60px 0 15px 200px;
  cursor: pointer;
  text-transform: uppercase;
}

#skip_blog {
  border: none;
  text-decoration: underline;
  background: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 12px;
}
#finish {
  background:url("/images/signup/submit.png") no-repeat scroll 0 0 #FFFFFF;
  color:#000000;
  font-size:16px;
  font-weight:bold;
  height:51px;
  text-align:center;
  width:282px;
  border: none;
  cursor: pointer;
  border: none;
  margin: 20px 0 20px 535px;
}

.wrapper {
  margin: 7px 0;
  overflow: hidden;
}

.wrapper .input, #captcha_input {
  float: left;
  margin-right: 75px;
  margin-left: 10px;
  display: inline;
}

#captcha_input {
  margin-right: 67px;
}

#captcha_wrapper {
  position: relative;
}

#recaptcha_image {
  margin-bottom: 5px;
  border: 1px solid #ddd;
}

#username_input {
}

.wrapper input {
  width: 296px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 1em;
}

.wrapper textarea {
  width: 292px;
  height: 73px;
  font-size: 1em;
}

.wrapper label {
  float: left;
  text-align: right;
  width: 200px;
}

label {
  color: #585858;
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
}

.checkbox {
  margin: 7px 0 7px 220px;
}

.checkbox a{
  color: #585858;
}

#tos_wrapper {
  margin-bottom :20px;
  margin-top: 5px;
}

ul.error_list {
  margin: 0 0 5px 0;
  width: 300px;
}

.error_list li {
  margin: 0;
  list-style: none;
  color: #f00707;
  font-size: 11px;
}

.isError {
  border: 1px solid #fe0000;
}

#categories_list_input .error_list li {
  margin-left: 50px;
}

.radio li {
  list-style: none;
  float: left;
  margin-right: 40px;
  display: inline;
}

.radio .error_list li {
  margin-left: 22px;
}

#birth_date_input {
  margin-right: 78px;
  width: 290px
}

#sex_label {
  float: left;
  text-align: right;
  width: 200px;
}

.radio_list {
  float: right;
  margin:0 145px 0 0 ;
  display: inline;
}

select {
  height: 25px;
}

#categorie_list_label {
  text-align: right;
  width: 200px;
}

.checkbox_list {
  margin: 0 0 0 40px;;
}
.checkbox_list li{
  list-style: none;
  float: left;
  width: 275px;
}

#description_label {
  float: left;
  text-align: right;
  width: 200px;
  font-size: 11px;
  color: #585858;
}

#description_wrapper textarea {
  height: 110px;
}


#congrats {
  margin-top: 80px;
}

#recaptcha_reload_wrapper {
  position: absolute;
  top: 0;
  right: 44px;
}


