#label{
float: left;
width: 150px;
font-weight: bold;
}

input, textarea{
width: 280px;
margin-bottom: 5px;
}

textarea{
width: 350px;
height: 150px;
}

.boxes{
width: 3em;
}

#submitbutton{
margin-left: 10px;
margin-top: 5px;
width: 70px;
}

br{
clear: left;
}
