label
{
width: 150px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input, select, option, textarea
{
color: #AC120F; 		/* text color */
background: #9A8167; /* #D4806D; */
border: 1px solid #4E2518;
width:200px
}

.checkbox input
{
color: #AC120F;
background: #9A8167; /* #D4806D; */
border: 1px solid #4E2518;
width:15px
}

.submit input
{
color: #AC120F;
background: #D48049;
border: 2px outset #4E2518
}
fieldset
{
border: 1px solid #4E2518;
width: 540px
}

legend
{
color: #4E2518;
background: #9A8167; /* #D4806D; */
border: 1px solid #4E2518;
padding: 2px 6px
}

/* Google checkout buttons: */
#BB_BuyButtonForm input {
  width:auto;
}

