@charset "utf-8";

div.content_form.new_user
{
}

  div.content_form.new_user > h2
  {
    text-indent: -9999px;
    height: 18px;
    width: 608px;
    background: url('/images/headings/inscrivez-vous.gif') no-repeat;
    margin: 10px 0;
  }

  div.content_form.new_user > aside
  {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    width: 300px;
    height: 314px;
    background: url('/images/backgrounds/new_free_user_form_box.jpg');
  }

    div.content_form.new_user > aside > figure.arrow
    {
      display: block;
      background: url('/images/pager.png') no-repeat -88px -27px;
      width: 15px;
      height: 25px;
      position: absolute;
      left: -20px;
      top: 27px;
    }

    div.content_form.new_user > aside > h3
    {
      color: #FFF;
      letter-spacing: -2px;
      font-size: 21px;
      line-height: 23px;
      height: 55px;
      padding: 10px 14px 0;
    }

    div.content_form.new_user > aside > div
    {
      margin: 0 9px 14px 14px;
      padding: 0 9px 14px 14px;;
    }

    div.content_form.new_user > aside > div > strong
    {
      color: #3D5A9E;
      display: block;
      font-size: 12px;
      margin: 15px 0;
      text-transform: uppercase;
      letter-spacing: -1px;
    }

    div.content_form.new_user > aside > div > ul *
    {
      color: #3E5BA0;
      font-size: 11px;
      list-style: none;
      padding-left: 5px;
      line-height: 16px;
    }

    div.content_form.new_user > aside > div > ul > li
    {
      background: url('/images/backgrounds/new_free_user_arrow.gif') left no-repeat;
    }

    div.content_form.new_user > aside > div > ul > li > a
    {
      font-size: x-small;
      text-indent: 10px;
    }
