Argh, my CSS is weaker than I'd like it to be and I used an intermediate div ID. I'm always doing that! And I wasn't aware that margins (?) show up when highlighted.

Anyway, inserting this into stylesheet.css fixed the problem:

Code:
#createAcctDefault select {
	margin:0;
	float:left;
	text-align:left;
	}