div#center {
float: left;
width: 640px;
margin-left: 20px;
}

div#center h1 {
background: url('../img/divborder.gif') repeat-x bottom left;
padding: 0px 0px 10px 0px;
margin-bottom: 15px;
width: 100%;
}

.results input,
.results textarea,
.results select option {
padding: 2px 4px;
}

.results input[type="text"],
.results input[type="file"],
.results select,
.results textarea {
border: 1px solid #ccc;
background: #fff;
font: inherit !important;
width: 210px;
}

.results textarea {
width: 210px;
height: 200px;
}

.results textarea.big {
width: 453px;
}

.results select {
width: auto;
}

.results option {
padding: 0;
width: auto;
}





