form fieldset
{
 display: inline-block;
}
form input[type=number]
{
 text-align: right;
}
#pFrame
{
 max-width: 50em;
}