form fieldset legend {
font-size: 18px;
font-family:  "Arial narrow", helvetica, verdana;
font-weight:  bold;
}

form fieldset {
background: url(form-bg2.gif) repeat-x bottom left #f2f2f2;
border: 1px solid #dddddd;
padding: 15px 5px 0 5px;
}

form fieldset p {
background: url(form-divider.gif) repeat-x bottom left transparent;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
color: #666666;
}

form fieldset p label {
position:  absolute;
width: 160px;
text-align: right;
margin: 2px 10px 0 0;
}

.fbutton {
color: white;
width: 107px;
height: 26px;
padding: 10px;
font-size: 0px;
font-weight:  bold;
border:  none;
display: block;
margin: 0 0 10px 180px;

}

.ndtext, textarea {
border: 1px solid #666666;
padding: 3px;
width: 200px;
margin: 0 0 0 180px;
}

input.error {
border: 1px solid red;
}

label.error {
margin: 0 0 0 10px;
color:  red;
font-style: italic;
}
