form, form table
{
display: block;
position: relative;
height: auto;
width: auto;
}

input.text {height: 1.2em;}

input.text, textarea
{
background-color: #F0F1EF;
border: 1px solid #8C7768;
padding-left: .2em;
font-size: 15px;
font-family: sans-serif;
}

input.text.highlight, textarea.highlight, input.text:focus, textarea:focus
{background-color: #fff;}

.error {
background-color: #653932; 
color:#F9F5EA; 
font-weight:bold;
padding-left: 10px;
}

h4 {
color: #653932;
}

textarea
{
padding: .2em;
display: block;
width: 100%;
}

