a.form_title {
   display: block;
   clear: left;
   padding: 3px 0px 3px 0px;
   margin-bottom: 5px;
   text-align: center;
   background-color: #C8C8FF;
   color: #12127D;
   border-bottom: 1px solid #12127D;
}

div.shaded_form {
   float: left;
   clear: left;
   width: 400px;
   background-color: #C8C8FF;
   border: 1px solid #12127D;
   padding-bottom: 5px;
}

.shaded_form label {
   display: block;
   float: left;
   clear: left;
   width: 120px;
   margin: 0px 5px 5px 0px;
   text-align: right;
}

.shaded_form input {
   display: block;
   float: left;
   width: 220px;
   margin: 0px 5px 5px 0px;
}

.shaded_form select {
   display: block;
   float: left;
   width: 220px;
   margin: 0px 5px 5px 0px;
}

input.in_form_submit {
   display: inline;
   margin-left: 125px;
   width: 150px;
}

.formfields label {
   display: block;
   float: left;
   clear: left;
   width: 120px;
   margin: 0px 5px 5px 0px;
   text-align: right;
}

.formfields input {
   display: block;
   float: left;
   width: 220px;
   margin: 0px 5px 5px 0px;
}

.formfields select {
   display: block;
   float: left;
   width: 220px;
   margin: 0px 5px 5px 0px;
}

.formfields input.check {
   display: inline;
   clear: left;
   width: auto;
   margin-left: 125px;
   height: 15px;
}

.formfields label.check {
   text-align: left;
   clear: none;
   width: 230px;
   height: 15px;
}

.formcontrols {
   float: left;
   clear: left;
   width: 400px;
   background-color: #C8C8FF;
   border: 1px solid #1919B3;
   margin-bottom: 10px;
}

.formcontrols input {
   width: 160px;
   margin: 10px 0px 10px 120px;
}

