body#branded #content {
  /* t r b l */
  padding: 10px 15px 0 15px;
}

#number, #free, #register, #minutes
{
  padding-left: 5px;
  padding-right: 5px;
}

table
{
  border-spacing: 0;
}

#number
{
  margin-top: 30px;
}

#number table
{
  /* font-size: 90%; */
  vertical-align: middle; 
}

#country, #telno
{
  vertical-align: middle; 
  font-size: 90%;
}

#free
{
  margin-top: 20px;
}

#minutes
{
  margin-top: 20px;
}

#register
{
  margin-top: 5px;
  text-align: right;
}

div#manually
{
  margin-top: 2.5em;
  font-weight: bold;
}

div.error 
{
  text-align: center; 
  margin-top: 2em;
}

div.message
{
  font-weight: bold;
}

div.back
{
  margin-top: 2em;
}

a:link
{
  color: black;
  text-decoration: underline;
}


