.form_floated{
background: #fff;
margin: auto;
width: 500px;
}

.form_floated fieldset{
padding: 15px 10px 10px 10px;
}

.form_floated legend{
font-weight: bold;
}

.form_floated br{ clear: both; }

.form_floated label{
float: left;
line-height: 25px;
height: 25px;
}

.form_floated input{
float: right;
}

.form_floated input.text{
width: 300px;
height: 20px;
border: 1px solid #aaa;
}

.form_floated textarea{
width: 489px;
height: 100px;
clear: both;
border: 1px solid #aaa;
padding: 3px;
}

.form_floated .essay{
padding: 0;
margin: 15px auto;
list-style: none;
}

.form_floated .essay li{
margin: 0 0 10px 0;
padding: 0;
}


.form_floated .essay label{
float: none;
line-height: 15px;
margin-bottom: 10px;
}

.form_floated .button{
background: #ddd;
border: 1px solid #bbb;
border-left: 0;
border-top: 0;
padding: 3px;
clear: both;
}




