@charset "UTF-8";


/* CSS Document */

#formcontainer {
 width: 520px;
 float: left;
}

fieldset {
 float: left;
 clear: left;
 width: 100%;
 margin: 0 0 .75em 5px;
 padding: 0;
 border: none;
}

fieldset ol {
 padding: 1.2em 1em 0 1em;
}

fieldset li {
 padding-bottom: 1.6em;
 float: left;
 clear: left;
 width: 100%;
}

.fieldsubmit {
 margin-top: .25em;
}

fieldset .submit {
 float: none;
 width: auto;
 margin: 0 0 0 11.5em;
 padding: 4px;
}

label {
 float: left;
 width: 10em;
 margin-right: 1em;
 text-align: right;
 font-size: 1.2em;
}

.formtext {
 font-size: 1.3em;
}

fieldset input {
 background: #ebf4fb;
 width: 18em;
 border: 1px solid #4883be;
}

fieldset textarea {
 background: #ebf4fb;
 border: 1px solid #4883be;
 width: 16em;
}
