@charset "utf-8";
/* CSS Document */
<style type="text/css">

label{
float: left;
font-weight: bold;
}

input, textarea{
margin-bottom: 5px;
}

textarea{
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

</style>

