

div#content fieldset {margin: 0 auto;
width: 40em;
height:25em;
}


div#content legend{border: 2px outset #eee;
padding: 0.2em 3em;
margin:0 0 0 1em;
font-weight:bold;
color: #eee;
background: #444;
}


div#content label{width: 10em;
float: left;
text-align: right;
margin: 0.5em 0.5em 0 0;
display: block;
}




div#content select, div#content input, div#content textarea {margin: 0.5em 0 0 0;
width:20em;
border: 2px inset #eee;
}


div#content textarea {overflow:hidden;}


div#content .submit {margin: 1em 15em;
color: #eee;
background: #444;
width:10em;
border: 2px outset #eee;
}
