label{
float: left;
width: 150px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;

}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 180px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
