.triggerbox { display: inline-block; white-space: nowrap; margin: 0; padding: 0; border-width: 1px; border-style: solid; overflow: hidden; vertical-align: middle; } .triggerbox .triggerbox-text { font-size: 12px; border: 0px; line-height: 20px; height: 20px; margin: 0; padding: 0px 2px; *margin-top: -1px; *height: 18px; *line-height: 18px; _height: 18px; _line-height: 18px; vertical-align: baseline; } .triggerbox-search { width: 18px; height: 20px; overflow: hidden; display: inline-block; vertical-align: top; cursor: pointer; opacity: 0.6; filter: alpha(opacity=60); } .triggerbox-search-hover { opacity: 1.0; filter: alpha(opacity=100); } .triggerbox-panel { overflow: auto; } .triggerbox-search { background: url('images/triggerbox_search.png') no-repeat center center; } .triggerbox, .triggerbox-panel { background-color: #fafafa; } .triggerbox { border-color: #c3d9e0; background-color: #fafafa; } .triggerbox-search { background-color: #daeef5; } .triggerbox-search-hover { background-color: #9cc8f7; } .triggerbox-delete { width: 18px; height: 20px; overflow: hidden; display: inline-block; vertical-align: top; cursor: pointer; opacity: 0.6; filter: alpha(opacity=60); } .triggerbox-delete-hover { opacity: 1.0; filter: alpha(opacity=100); } .triggerbox-delete { background: url('images/triggerbox_delete.png') no-repeat center center; } .triggerbox-delete { background-color: #daeef5; } .triggerbox-delete-hover { background-color: #9cc8f7; }