fieldset {
margin-top: 0;
}

legend {
font-size: 2.4em;
margin-bottom: 1em;
}

form ol {
font-size: 1.4em;
list-style: none;
}

form li {
margin: 0 0 1.714em 0;
clear: both;
}

label {
display: block;
float:left;
line-height: 1.714em;
margin-right: 20px;
text-align: right;
width: 140px;
}

input, textarea, select {
font-family: Georgia, "Times New Roman", serif;
background: #eeecd6;
border: 1px solid #46302d;
width: 297px;
}

select {
width: 300px;
}

input:focus, textarea:focus, select:focus {
background: #fff;
}

button {
font-family: Georgia, "Times New Roman", serif;
font-size: 1.8em;
margin-left: 160px;
cursor: pointer;
}

p#byline {
font-size: 1em;
font-style: italic;
color: #796350;
margin-top: -11px;
margin-bottom: 0;
line-height: 1.2;
}

#secondary_content {
top: 151px;
}

#secondary_content img {
border: 1px solid #eee;
}

.error {
background: #FFFF9C;
border: 2px solid #FFFF3C;
padding: 1em;
}