input, textarea
{
font-family:arial, "time new roman", times, serif;
}
input:focus, textarea:focus 
{
   background-color: #FFFF99;
}

label
{
color:blue;
font-weight:bold;
}

legend
{
font-family:arial, "Arial Black", Georgia, "time new roman", serif;
color:green;
font-weight:bold;
}

fieldset
{
margin-bottom:20px;
background-color:silver;
}

