I fixed it but I had to override the blueprint commands.
Here's the screenshot before the fix:
http://screencast.com/t/XsXOQWzrn
Here's the code I used...
form input[type=text], form input[type=password], form input.text,
form input.title, form textarea, form select {
border:1px solid #bbb;
padding: 5px;
overflow: auto;
height: 15px;
width: 150px;
font-weight: bold;
font-size: 1.2em;
margin: 5px 0px 5px 0px;
}
It's ugly but it works.
Open up Google Chome, open your editor and then create a form. Check
the file in Chrome and Firefox and you'll see what I'm talking about.
I might be using an old version of blueprint. It was the one just
before the September release.