@import url(base.css);

  html                      { overflow:auto; }
  html, body                { background:#fff; }
  body                      { font:normal 11px tahoma; color:#333; padding:0 30px 10px 54px; position:relative; }
    
  input.text                { display:inline; width:170px; }
  select                    { padding:1px; height:20px; font:normal 12px arial; }

  #cstm-branding            { display:block; padding:10px; margin:0 0 0 -54px; position:static; }
  table.detail              { width:100%; margin-bottom:12px; }
  table.detail td, table.detail th
                            { padding:1px 0; vertical-align:middle; line-height:18px; }
  table.detail td:first-child, col.label
                            { font-weight:bold; white-space:nowrap; width:140px; padding-right:12px; }
  table.detail       td.pad { padding-top:20px; }

  #buttons      .bsa-button { margin:12px 5px 0 0; }
  
  .calbutton                { display:inline-block; background:url(../images/bg_btncal.gif) no-repeat 0 0; height:16px; width:16px; }
  .aligntop                 { vertical-align:top!important; }
  
