fieldset
{
border: none;
background-color: #e0efff;
overflow: hidden;
}

legend
{
font-size: bigger;
font-weight: bolder;
}

label
{
display: block;
}

input:focus
{
background-color: #ffffcc;
color: #000000;S
}
