you find the template.css file and edit the following line.
.fieldCell input, .fieldCell select {
margin-top:0px;
margin-left:0px;
vertical-align: top;
}
to something like
.fieldCell input, .fieldCell select {
margin-top:0px;
margin-left:0px;
vertical-align: top;
height: 2em;
}
This will change the size of the box.