fieldset {
 position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 30px 10px 15px 10px;
 background-color:#ffffff;
 margin: 20px 0;
 background: white url('/images/layout/fieldset.gif') bottom repeat-x;
 border: 2px solid #e0deb1;
}

legend {
 position: expression('absolute'); 
 top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 0 100px;
 height: 32px;
 line-height: 32px;
 text-align: center;
 background: url('/images/layout/legend.gif') center no-repeat;
 color: #473217;
 font-weight: bold;
 text-transform: uppercase;
 font-family: "Times New Roman", Times, serif;

}


label, .label { 
 text-transform: capitalize;
 color: #333;
 font-size: small;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label {
 display: -moz-inline-box;
 display: inline-block; 
 width: expression('7em'); /* Min-width for IE6 */
 min-width: 7em;
 padding: 0 2px;
 margin: 0 4px 0 0;
 height: 26px;
}
.label { display: block; width: auto; }

label.postField {
 margin-left: 4px;
 margin-right: 4px;
}


/* Repeat Behavior */
.repeat {
 border: 2px solid #e0deb1;
 background-color: #FFFFFF;
 margin: 3px 0;
 padding-right: 6px;

}

textarea {
 padding: 0;
 vertical-align: top;
 margin: 4px 0 1px 0;
 border: 1px solid #e0deb1;
 width: 435px;
 height: 150px;
}
input {
 border: 2px solid #e0deb1;
 height: 22px;
 margin: 1px 0;
}
input[type=text], input[type=password] {
 width: 170px;
 height: 22px;
 border: 1px solid #e0deb1;
}
select {
 padding: 0;
 margin: 2px 0 1px 0;
 background: Red;
}
.reqMark {
 color: red;
 margin: 0 3px; 
}

* Ties together a label and its checkbox or radio */
.oneChoice {
 white-space: nowrap; 
}
.oneChoice input {
 vertical-align: middle;
 border: none 0;
 background: transparent;
 height: 16px;
}