div#ok
{
  color: green;
  padding: 10px;
  border-style: solid;
  border-width: 5px;
}

div#errors
{
  color: red;
  padding: 10px;
  border-style: solid;
  border-width: 5px;
} 

img.photo
{
  padding: 5px;
  width: 150px;
}

input.input-text
{
  width: 318px;
}

textarea.input-textarea
{
  width: 318px;
}

div.small-text
{
  font-size: 8pt;
} 