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

fieldset
{
border: 1px solid #781351;
width: 25em;
}

legend
{
color: #000;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px 2px;
margin-left: 10px;
margin-bottom: 4px;
} 

label
{
width: 10em;
float: left;
text-align: right;
margin-top: 6px;
margin-left: 0.5em;
margin-right: 0.5em;
display: block;
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
margin-top: 8px;
}

select {
margin-top: 8px;
}

textarea{
margin: 8px 15px 8px 15px;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 4.5em;
} 
