ul {
list-style-type: none;
} 

fieldset{
background:#990;
border: 1px solid #eee;
width: 420px;
padding: 0 0 20px 0;
margin: 10px 0 20px 0;
}

legend{
background: #444;
border: 2px outset #eee;
padding: 5px 10px;
width: 250px;
margin:0 0 0 10px;
font-weight:bold;
}

label{
width: 200px;
float: left;
text-align: right;
margin: 5px 5px 0 0;
//display: block;
color:#eee;
}

input, select, textarea {
color: #444;
background: #eee;
border: 2px inset #eee;
margin: 10px 0 0 0;
width:200px;
}

textarea {overflow:hidden;}

.submit {margin: 1em 40%;;
color: #eee;
background: #444;
border: 2px outset #eee;
width:150px;
clear:both;
}

