problems whitch select to large

Hello, I can not shrink the width of my select in forms, I need several select buttons up to 50 pixels wide, could someone help me,
I knew how to do it in the past, what step did I take?

[ATTACH=CONFIG]n83020[/ATTACH] [ATTACH=CONFIG]n83021[/ATTACH]
tks for some help!

1st_select.png

2d_select.png

use css to change width in onscriptinit. Change red text in the correct name using inspector

?>
<style> [SIZE=11px] .css_teamid_obj {
[/SIZE]
[SIZE=11px]

  • width: 52px;
[/SIZE] [SIZE=11px]} </style>[/SIZE] <?php

Absolutely perfect, it work, thanks nonkelmike ??