.form-label { text-align: right; } .form-label-heading { text-align: center; } .form-button { width: 99%; } .form-button img { width: 16px; height: 16px; } <%-- confirm panel --%> .confirm-panel { width: auto; height: auto; position: relative; padding-left: 2px; padding-right: 2px; } .confirm-panel-right { float: right; } .confirm-panel-left { float: left; } .confirm-panel-center{ padding-left: 5px; float: left; } <%-- busy dialog --%> .busy-dialog { cursor: wait; background-color: transparent; } .busy-dialog-box { background-color: transparent; padding: 9px; } .busy-dialog-img { height: 16px; width: 16px; background: transparent no-repeat center; background-image: url(../images/progress3.gif) !important; display: -moz-inline-box; vertical-align: top; display: inline-block; } .busy-dialog-label { color: #363636; } <%-- status bar --%> .status { width: 100%; height: 29px; } .status-db { white-space: nowrap; padding-top: 0; padding-bottom: 0; padding-left: 5px; padding-right: 5px; cursor: pointer; width: 100%; height: 100%; margin: 0; border-left: solid 1px #9CBDFF; } .status-info { padding-right: 10px; border-left: solid 1px #9CBDFF; } .status-selected{ padding-right: 5px; padding-right: 5px; border-right: solid 1px #9CBDFF; } .status-border { border: solid 1px #9CBDFF; } <%-- report wizard --%> .report-wizard-footer { width: 100%; }