/*** register/static/register/default.css ***/


div.profile_table
{
  display: table;
  font-size: 11pt;
  text-align: left;
  vertical-align: top;
  background-color: white;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.profile_row
{
  display: table-row;
}
div.profile_cell
{
  display: table-cell;
  font-size: 11pt;
  font-style: normal;
  padding: 5px 5px 5px 5px;

  border-style: solid;
  border-color: white;
  border-width: 1px;
}
div.profile_cell_left
{
  display: table-cell;
  font-size: 10pt;
  font-style: italic;
  color: #808080;
  padding: 5px 5px 5px 5px;

  border-style: solid;
  border-color: white;
  border-width: 1px;
}

