.form .formentry {
    border-top: 1px solid #EEE;
    clear: both;
    padding: 5px;
}
.form .formentry .question {
    float: left;
    line-height: 1.4em;
    margin-right: 20px;
    text-align: right;
    width: 400px;
}
.form .formentry .answer {
    display: inline-block;
    width: 400px;
}
.form .formentry .answer .formentry {
    border: none;
    padding: 0;
}
.form .formentry .answer .formentry .question {
    float: none;
    margin: 0;
}
.form .formentry .answer .formentry .answer { display: inline; }
.form .formentry .answer input,
.form .formentry .answer select,
.form .formentry .answer textarea { width: 400px; }
.form .formentry .answer input[type=checkbox] { width: auto; }
.form .formentry .answer input.radio { width: 14px; }
form .submit { float: right; }
.box dd ul { list-style-type: none; }
.box ul li { margin: 0; }
.note {
    color: #AAA;
    display: block;
    font-size: 70%;
}

