/**
 * ImportMessages plugin styles
 */

#importmessageoverlay h3
{
  color: #333;
  font-size: normal;
  margin-top: 0.5em;
  margin-bottom: 0;
}

#importmessageoverlay p.hint
{
  margin-top: 0.5em;
  font-style: italic;
}

#importmessageoverlay table td.title
{
  color: #666;
  text-align: right;
  padding-right: 1em;
  white-space: nowrap;
}

#importmessageoverlay table td input
{
  width: 20em;
}

#importmessageoverlay .formbuttons
{
  margin-top: 1.5em;
  text-align: center;
}