﻿/* Forms.css
----------------------------------------------- */
#ProfileForm
{
  width: 510px;
}

#SelectItems
{
  margin: 0 1em;
  vertical-align: top;
}

#SelectItems td
{
  vertical-align: top;
}

#SelectItems td.buttons
{
  vertical-align: middle;
}

input.addremove
{
  display: block;
  margin: 0.5em;
  width: 90px;
}

input.updn
{
  display: block;
  margin: 0.5em;
  width: 40px;
}


