label 
{
float: left;
width: 5em;
text-align: left;
display: block;
font-size: 1em;
font-weight: bold;
margin-right: 0.5em;
}
select
{
 background-color: yellow;
 font-size: 0.8em
}
input 
{
color: black;
font-size: 0.8em;
background: yellow;
border: 1px solid #781351;
}
 .submit input
{
color: #000;
border: 2px outset blue
}
textarea
{
  font-size:0.8em;  
}