#register_form
{
  width: 83%;
  padding: 10px;
}

input[type=text],input[type=password],textarea
{
  border: solid 1px #DBDBDB;
}

#register_form input[type=text], #register_form input[type=password], #register_form textarea
{
  width: 200px;
}

.item-field
{
  margin: 5px 0 5px 15px;
}

.label-field
{
  margin: 2px 0;
  font-style: italic;
}

#register_form h3 a
{
  font-size: 13px;
  color: #1F1F1F;
}



#bulle_zone
{
  width: 45%;
  float: left;
}

.bulle
{
  background: transparent url(/images/bulle.png);
  width: 200px;
  height: 100px;
}

.bulle p
{
  padding: 5px 10px 5px 23px;
  color: #8B959F;
}

#register_bulle
{
  margin-top: 20px;
}

#register_bulle p
{
  padding: 9px 10px 5px 23px;
}

#plus_bulle
{
  margin-top: 10px;
  position: relative;
}

#plus_bulle ul,#register_bulle ul
{
  margin: 0 0 0 30px;
  padding: 0;
}

#plus_bulle p
{
  padding: 9px 10px 5px 23px;
  margin-bottom: 5px;
}

#plus_bulle ul li,#register_bulle ul li
{
  font-size: 10px;
  color: #8B959F;
}

.hidden_input
{
  display: none;
}

#profile_infos, #author_infos, #editor_infos
{
  display: none;
}

.more
{
  display: none;
}

#register_form .input-field
{
  float: right;
}

#register_form .item-field
{
  clear: both;
  padding: 5px 0;
  margin: 0;
}

#register_form .label-field
{
  float: left;
}

#register_form .button
{
  float: right;
  margin: 20px 0 0 0;
}
