.get_started {
  position: relative;
  margin: 0 20px 0 20px;
}

.imgtitle {
  margin: 20px 0 10px 0;
}

.description {
  margin-bottom: 20px;
}

.personal_data {
  float: left;
  width: 370px;
}

.titlesdata {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  margin-top: 10px;
}
.titlesdata div {
  height: 22px;
  padding-top:3px;
}

.fieldsdata {
  float: left;
  width: 150px;
  margin-top: 10px;
}
.fieldsdata div {
  height: 25px;
}
.fieldsdata input {
  height: 16px; 
  width: 140px;
  border: 1px solid #7F9DB9; 
  background-color: white;
}

.structuredata {
  float: right;
  width: 370px;
}

.titlesstructure {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  margin-top: 10px;
}
.titlesstructure div {
  height: 22px;
  padding-top:3px;
}

.fieldsstructure {
  float: left;
  width: 190px;
  margin-top: 10px;
}
.fieldsstructure div {
  height: 25px;
}
.fieldsstructure input {
  height: 16px; 
  width: 180px;
  border: 1px solid #7F9DB9; 
}
.fieldsstructure select {
  width: 180px;
  height: 22px;
}

#nextstep {
  width: 101px;
  height: 27px;
}

.textbox {
  margin-bottom: 15px;
}

.informativa {
  clear: both;
  margin-bottom: 20px;
  padding-top: 30px;
}

