You're welcome!
I don't see the width being defined anywhere, so it is not in any particular style sheet. Try adding this to your main.css, or preferably to your altskin.css:
Code:
.product-details .property-value select {
max-width: 300px;
}
Does that have the desired effect?