@charset "utf-8";
/*
  @project juuuz.com
  @name registration.css
  @created 2009-06-02, 09:54:12
  @author Łukasz Tyrała <l.tyrala[at]gmail.com>
  @description  Cascading Style Sheet for juuuz.com (http://juuuz.com/)
*/

/* GENERAL INFORMATIONS
----------------------------------------------------------------------------------------

  #f13333  Red
  #4f0000  Dark red
  #fdff9f  Yellow
  #624500  Brown

  #525252  Gray       (eg. labels)
  #b7b7b7  Grayy      (eg. input borders)
  #474747  Gray dark  (eg. side labels)
  #eaeaea  Gray light (eg. side labels)
  #f0f0f0  Light gray
  #398ef1  Blue

*/

html {
  background: #e8e8e8 url('/images/shadow-top.png') repeat-x;
  color: #999;
  }

body {
	background: url('/images/bg-home-corner.png') no-repeat 100% 0px;
  font-size: 12px;
  line-height: 16px;  
  }
.body-container {	
  padding: 30px 0 30px 0;
  width: 932px;
  margin: 0 auto;
}
a {
  color: #6ca2e3;
  text-decoration: none;
  padding: 3px 0;
  }

a:hover {
  text-decoration: underline;
  }

h1.logo {  
  display: block;
  float: left;
  height: 51px;
  margin-bottom:15px;
  width: 216px;
  }

h1.logo a {
  border: 0;
  display: block;
  height: 51px;
  line-height: 34px;
  text-decoration: none;
  width: 100%;
  background: url('/images/modelome_logo.png') no-repeat 0 0;
  }

h1.logo a span {
  visibility: hidden;
  }

h3 {
  color: #525252;
  }

span.flags {
  display: block;
  float: right;
  position: relative;
  top: 67px;
  }

span.flags a {
  filter: alpha(opacity=50);
  opacity: .50;
  }

span.flags a.current-lang {
  filter: alpha(opacity=100);
  opacity: 1;
  }

.header {
  clear: both;
  height: 50px;
  position: relative;
  }

.header .blog-link {
  display: none;
  }

div.content {
  background: #fff;
  float: left;
  height: 342px;
  overflow: hidden;
  padding-bottom: 52px;
  position: relative;
  width: 700px;
  }

div.content.business,
div.content.step-3,
div.content.step-4,
div.content.step-5 {
  height: auto;
  margin-bottom: 30px;
  min-height: 342px;
  }

div.content.step-4 {
  min-height: 300px;
  }

div.content .main {
  background: #fff;
  color: #525252;
  height: 369px;
  overflow: hidden;
  width: 660px;
  padding: 5px 20px 20px 20px;
  overflow-y: scroll;
  }

.side {
  float: right;
  height: 394px;
  overflow: hidden;
  width: 232px;
  position: relative;
  }

ul.steps {
  background: #e6e6e6;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  }

ul.steps li {
  background: #e6e6e6 url('/images/registration/bg-steps.png') no-repeat 0 100%;
  border-bottom: 1px solid #727272;
  color: #f0f0f0;
  display: block;
  height: 47px;
  font-size: 15px;
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 14px 0 0 50px;
  }

ul.steps li strong {
  color: #474747;
  display: block;
  font-size: 12px;
  font-weight: normal;
  }

ul.steps li.in-progress {
  background-position: 0 0;
  }

div.business-registration {
  background: #eee url('/images/registration/bg-business-hint.png') no-repeat 97% 6px;
  color: #555;
  height: 36px;
  line-height: 16px;
  padding: 10px 90px 10px 15px;
  }

div.business-registration .title {
  font-weight: bold;
  }

div.business-registration a {
  color: #358bef;
  font-weight: bold;
  }

div.info {
  background: url('/images/registration/bg-business-side.png') no-repeat 0 100%;
  border-top: 1px solid #313131;
  bottom: 0;
  color: #fff;
  display: block;
  height: 114px;
  font-size: 11px;
  line-height: 14px;
  list-style: none;
  margin: 80px 0 0 0;
  padding: 10px 7px 0 78px;
  position: absolute;
  width: 147px;
  }

div.info strong {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  }

div.info a {
  color: #50a1ff;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 6px 3px 0;
  text-decoration: none;
  }

div.info a:hover {
  text-decoration: underline;
  }

div.notification {
  background: #c5a451;
  color: #fff;
  line-height: 16px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  }

div.notification span.title  {
  font-weight: bold;
  margin-right: 3px;
  }

div.field-tooltip,
div.formErrorContainer {
  float: left;
  margin-left: 6px;
  width: auto;
  }

.row.text div.formErrorContainer {
  width: 208px;
  }

.row.radio #user_sex_female {
  margin-left: 20px;
  }

.row.radio #user_sex_male,
.row.radio #user_sex_female {
  background: none;
  border: 0;
  }

div.field-tooltip div,
div.formErrorContainer div {
  color: #f13333;
  margin-left: 6px;
  font-size: 11px;
  line-height: 14px;
  }

div.formErrorContainer div.form_error {
  margin-left: 0;
  }

div.field-tooltip span.tooltip-content {
  font-size: 11px;
  line-height: 14px;
  }

.input-pass {
  left: 11px;
  position: relative;
  top: 5px;
  }

#error_for_user_lastname {
  position: absolute;
  }

div#content-flash.error,
div#content-flash {
  background: #efe9b0;
  color: #595424;
  line-height: 16px;
  margin: 0;
  padding: 10px 15px;
  }

div#content-flash p {
  margin: 0;
  }

div#content-flash.error {
  background: #f13333;
  color: #4f0000;
  }

div#content-flash.error p {
  color: #fff;
  }

div#content-flash.notice {
  background: #b1ff75;
  color: #128009;
  }

form.register {
  display: block;
  left: 0;
  margin: 10px 15px 10px 15px;
  }

div.register_simple_box{
  color: #525252;
  margin: 10px 15px;
}

form.register.step-1 {  }

form.register.step-2 {  }

form.register.step-3 {  }

form.register.step-4 {  }

form.register .row {
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  min-height: 27px;
  overflow: hidden;
  padding: 4px 0;
  }

form.register .row.single {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  }

form.register .row.text {
  height: 96px;
  }

.row span.label, 
.row label {
  color: #525252;
  display: block;
  float: left;
  font-weight: bold;
  padding: 6px 0;
  width: 150px;
  }

form.register.step-1 .row span.label,
form.register.step-1 .row label {
  width: 215px;
  }

.row label.inline {
  color: #525252;
  display: inline;
  float: none;
  font-weight: bold;
  padding: 0;
  width: auto;
  }

form.register.business .row.checkbox label,
form.register.step-1 .row.checkbox label {
  width: 243px
  }

form.register.step-1 .row.checkbox .formErrorContainer {
  position: relative;
  top: 7px;
  }

fieldset {
  margin: 0;
  }

.row label.inline input {
  display: inline;
  float: none;
  }

.row.radio label.inline input {
  margin: 6px 3px 0 3px;
  position: relative;
  top: 1px;
  }

.row textarea {
  border: 1px solid #b7b7b7;
  display: block;
  float: left;
  height: 86px;
  padding: 4px;
  width: 291px;
  }

.row select {
  border: 1px solid #b7b7b7;
  display: block;
  float: left;
  margin: 0 2px 0 0;
  padding: 4px;
  width: 159px;
  }

.row.multi select {
  width: auto;
  }

* html .row select,
*+html .row select {
  margin-top: 3px;
  }

.row select.birth.day       { width: 47px; }
.row select.birth.month     { width: 98px; }
.row select.birth.year      { width: 64px; }
.row select#country,
.row select#homezone_id, 
.row select#relationship_id { width: 219px; }

.row label.hidden {
  display: none;
  }

.row input {
  background: url('/images/registration/bg-input.png') no-repeat 0 0;
  border: 1px solid #b7b7b7;
  display: block;
  float: left;
  padding: 5px;
  }

.row input#website {  width: 289px;  }

.business .row.input input {  width: 207px;  }

.row input.failed, textarea.failed, select.failed {
  border: 1px solid #f13333;
  }

.row input.pass {
  border: 1px solid #128009;
  }

.row.checkbox input {
  background: transparent;
  border: none;
  margin: 6px 3px 0 0;
  position: relative;
  top: 2px;
  }

.row.multi span {
  color: #333;
  display: block;
  float: left;
  line-height: 27px;
  margin: 0 5px;
  }

.row.multi span.c {
  font-size: 18px;
  margin: 0 2px;
  text-align: center;
  }

.row.multi input {
  margin: 7px 7px 0 0;
  }

#error_for_city,
#tooltip_for_user_firstname,
#error_for_user_firstname {
  display: none;
  }

#error_for_about_me {
  display: block;
  float: left;
  }

div.fields-group,
fieldset.inline,
form.register.step-3 fieldset {
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  margin: 0;
  min-height: 27px;
  overflow: hidden;
  /*padding: 4px 0;*/
  }

div.fields-group .row,
fieldset.inline .row,
form.register.step-3 fieldset .row {
  border: 0;
  clear: none;
  float: left;
  overflow: hidden;
  width: 303px;
  }

.register div.fields-group .row input,
.register fieldset.inline .row input,
.register form.register.step-3 fieldset .row input {
  width: 136px;
  }

.register.step-3 fieldset .row .input-pass {
  left: -20px;
  }

*+html .register.step-3 fieldset .row .input-pass#user_lastname_pass_img,
*+html .register.step-3 fieldset .row .input-pass#city_pass_img {
  left: -26px;
  }

.register.step-3 fieldset .row #user_firstname, 
.register.step-3 fieldset .row #user_lastname,
.register.step-3 fieldset .row #zip,
.register.step-3 fieldset .row #city {
  padding-right: 25px;
  width: 100px;
  }

form.register.step-4 .choose-avatar {
  clear: both;
  }

form.register.step-4 .choose-avatar span.info {
  background: #d5e5ff;
  border: 1px solid #7cb5f8;
  color: #338aee;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: center;
  }

form.register.step-4 .choose-avatar .actions {
  clear: both;
  height: 32px;
  }

form.register.step-4 .avatar-thumbs {
  clear: both;
  }

form.register.step-4 .avatar-thumbs a {
  border: 1px solid #d9d9d9;
  display: block;
  float: left;
  margin: 5px;
  padding: 5px 0;
  text-align: center;
  width: 200px;
  }

form.register.step-4 .avatar-thumbs a:hover {
  background: #d5e5ff;
  border-color: #7cb5f8;
  }

form.register.step-4 .avatar-thumbs a img {
  }

form.register.step-4 .file-input {
  float: left;
  height: 50px;
  margin: 10px 5px 10px 0;
  padding: 0;
  width: 220px;
  }

form.register.step-4 .file-input.fi-3 {
  margin-right: 0;
  }

form.register.step-4 .file-input input {
  margin: 5px 0 0 0;
  width: 220px;
  }

form.register.step-4 .file-input label {
  color: #9d9d9d;
  display: block;
  font-size: 12px;
  font-weight: bold;
  }

.avatar-container {
  border: 1px solid #d9d9d9;
  clear: both;
  margin: 15px;
  padding: 5px;
  }

.avatar-preview h3 {
  margin: 0;
  padding: 0 0 10px 0;
  }

span.button {
  background: url('/images/registration/bg-button-next.png') no-repeat 100% 0;
  bottom: 10px;
  display: block;
  float: right;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 10px;
  }

span.button a {
  color: #fff;
  display: block;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 32px 0 8px;
  width: 100%;
  }

* html span.button {
  display: inline-block;
  width: 220px;
  }

* html span.button a {
  display: inline-block;
  }

span.resend {
  display: block;
  float: left;
  margin: 6px;
  }

ul.business-types {
  display: block;
  list-style: outside none;
  margin: 0;
  padding: 10px 10px 0 10px;
  }

ul.business-types li {
  background: url('/images/registration/bg-button-next.png') no-repeat 100% 50%;
  display: block;
  float: left;
  list-style: outside none;
  margin: 20px 15px;
  }

ul.business-types li a img {
  display: block;
  }

ul.business-types li:hover {
  box-shadow: 0 0 7px #4979b4;
  -moz-box-shadow: 0 0 7px #4979b4;
  -webkit-box-shadow: 0 0 7px #4979b4;
  }



/*ul.business-types li a {
  color: #fefefe;
  display: block;
  list-style: outside none;
  margin: 0;
  padding: 8px 35px 8px 8px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #4979b4;
  }*/

ul.business-types li a:hover {
  text-decoration: none;
  }


