#content form {
margin:0;
padding:0;
}

.row {
margin-top:6px;
margin-bottom:6px;
}

.row label {
float:left;
width:10em;
margin-right:10px;
text-align:right;
}

.inline label {
display:inline;
float:none;
width:inherit;
margin-right:0;	
text-align:inherit;
}

fieldset {
border:1px solid #000;
border-bottom:0px;
padding:6px 6px 6px 6px;
margin:0;
}

input.text, select, textarea {
background-color:#FFE;
border:1px solid #000;
}

.req input, .req select, .req textarea {
background-color:#FEC;
}

#fsButtons {
border-left:0;
border-right:0;
text-align:right;
}

#fsHelpButtons {
border-bottom:1px solid #000;
}

