div.form1 {
background-color: #FFEFBF;
}

.results {
background-color: #BFFFD4;
width: 800px;
}

.form {
background-color: #FFEFBF;
width: 500px;
}

label{
float: left;
width: 200px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}