#step1div {
  width:400px;
}
#step1top {
  margin-top:5px;;
}
#step1top div {
  margin-top:5px;;
}
#step1top input {
  width:396px;;
}

#step1left {
  float:left;
}
#step1left input {
  width:180px;
}
#step1left textarea {
  width:180px;
  height:40px;
}
#step1left div {
  margin-top:5px;;
}

#step1right {
  float:right;
}
#step1right input {
  width:180px;
}
#step1right div {
  margin-top:9px;;
}
#step1bot {
  margin-top:10px;;
}

#e_regerr {
  position:absolute;
  display:none;
  background-color:#fff;
  border:solid 1px #000;
  padding:10px;
  color:#ff0000;
}


#step2div {
  width:400px;
  min-height:400px;
  position:absolute;
  display:none;
}

#step3div {
  display:none;
}

