fieldset
{
font-family:arial,sans-serif;
padding-left: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
border-top: solid 17px #84736b;
}

legend
{
color: white;
font-size: 110%;
background-color:#84736b;
padding-bottom: 1px;
border-left: solid 1px #84736b;
border-right: solid 1px #84736b;
}

input
{
border: 1px solid #84736b;
margin-top: 5px;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
font-family:arial,sans-serif;
}

input.field
{
width: 175px;
}

select
{
margin-top: 5px;
border: 1px solid #84736b;
}

select.combo
{
width: 179px;
}

input.checkbox
{
margin-top: 5px;
border: 0px;
}

input.button-left
{
float: left;
border: 1px solid #84736b;
width: 100px;
}
input.button-right
{
float: right;
border: 1px solid #84736b;
width: 100px;
}

div.buttons
{
padding-top: 10px;
width: 343px;
}

label
{
float: left;
width: 165px;
margin-top: 5px;
}

.form-message
{
float: left;
margin-top: 5px;
}

.required
{
    color: red;

}

<!-- product form -->

select#product-option-combo
{
width: 110px;
}

label#product-option-label
{
width: 60px;
}

label#product-quantity-label
{
width: 60px;
}

input#product-quantity-field
{
width: 25px;
}

input#product-add-button
{
}


