BODY { background:lightgrey }
p.black 
{
    color: black; 
    display: inline
}
p.red 
{
    color: red;
    display: inline
}
.input-box 
{ 
    margin-bottom: 10px; 
    color: #000; 
    background: #feb; 
    border: #26a groove 3px
} 
.textarea-box
{ 
    margin-bottom: 10px; 
    color: #000; 
    background: #feb; 
    border: #26a groove 3px
} 
.select 
{ 
    margin-bottom: 10px; 
    color: #000; 
    background: #feb; 
    border: #26a groove 3px
} 
.submit-button 
{ 
    margin-left: 5em; 
    clear: both;
    color: #000; 
    background: #fb0;
    border: 2px #9cf outset
}
fieldset 
{ 
    padding: 15px;
    border: #26a groove 2px; 
    width: 20em
}
