/* CSS Document */

label
{

width: 9em;
float: left;
text-align: right;
margin-right: 1em;
display: block;
}

.submit input
{
margin-left: 10em;
} 



.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 

fieldset
{
border: 1px solid #ff9933;
width: 385px;
}

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