@charset "utf-8";
/* CSS Document */

#form {
margin:10px;

}label
{
width: 5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #391f8b;;
background: #fff;
border: 1px solid #391f8b;
}

.submit input
{
color: #FFF  ;
background: #ffa20f;
border: 2px outset #391f8b;
}
fieldset
{
border: 1px solid #391f8b;
width: 25em;

}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
}

.required_class
{
color:red;
}