1.combo_td1 { 2 background: url('./img/bg.png') no-repeat; 3 width: 158px; 4} 5 6.combo_td1 input { 7 margin-left: 5px; 8 margin-right: 5px; 9 margin-top: 3px; 10 height: 18px; 11 width: 274px; 12 border: 0; 13 display: block; 14} 15 16.combo_td1 div { 17 background-color: white; 18 margin-bottom: 2px; 19} 20 21.combo_td2 { 22 cursor: pointer; 23 height: 25px; 24 width: 22px; 25 cursor: pointer; 26} 27 28.combo_td2 img { 29 display: block; 30 margin: 0; 31 padding: 0; 32 border: 0; 33 height: 25px; 34} 35 36.combo_td2 a { 37 background: url('./img/button1.png'); 38 display: block; 39 height: 25px; 40 width: 22px; 41} 42 43.combo_td2 a:hover { 44 background: url('./img/button2.png'); 45} 46 47.combo_input1 { 48 background: transparent url(./img/transparent_pixel.gif) repeat scroll 0% 0%; 49/* color: gray; */ 50 -moz-background-clip: border; 51 -moz-background-origin: padding; 52 -moz-background-inline-policy: continuous; 53} 54 55.combo_div { 56 padding: 0; 57 margin: 0; 58 padding-left: 4px; 59 background: url('./img/transparent_pixel.gif'); 60} 61 62.combo_div4 { 63 -moz-background-clip: border; 64 -moz-background-origin: padding; 65 -moz-background-inline-policy: continuous; 66} 67 68 69