/* CSS Document */



label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 165px;
background-color:#E1E1E1;
margin-bottom: 5px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}



