/* CSS Document */

label{
float: left;
width: 100px;
font-weight: bold;
}

input, textarea{
width: 209px;
margin-bottom: 5px;
}

textarea{
width: 210px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 100px;
margin-top: 5px;
width: 127px;
height:52px;
}

br{
clear: left;
}
