/* example css for company select list display frame class */
.divDisplayFrame {visibility:hidden;
                  border-style:solid !important;
                  border-width:1px !important;
                  border-style:outset !important;
                  width:400px;
                  height:220px;
                  display:table-caption !important;
                  position:absolute !important;
                  z-index:100 !important;
                  background-color:#ffffff !important;}

/* example css for company select list table class within displayFrame */
.tabCompList td{line-height:100%;}

/* example css for company select list div row class within displayFrame */
.divCompList {line-height:100%;}