﻿
  
    .bban {
      width: 158px;
      height: 188px;
      background: url(http://i.booked.net/bban/body.gif) repeat-x 0 bottom;
      border: 1px solid #808080;
      text-align: center;
      position: relative;
    }
    .bban_header {
      height: 28px;
      background: url(http://i.booked.net/bban/header.gif) repeat-x;
    }
    .bban_logo {
      display: block;
      height: 100%;
      background: url(http://i.booked.net/bban/logo.gif) no-repeat center 4px;
      text-indent: -999em;
      overflow: hidden;
    }
    .bban_body {
      padding: 0 3px 20px;
      overflow: hidden;
      font-weight: bold;
      font-family: tahoma;
      height: 140px;
    }
    .bban_body a {
      font-size: 10px;
      line-height: 8px;
      color: #103dfe;
      text-decoration: underline;
    }
    .bban_body a.bban_ttl {
      font-size: 12px;
      line-height: 20px;
      color: #474747;
      text-decoration: none;
    }
    .bban_footer {
      width: 100%;
      height: 20px;
      font: bold 11px/20px tahoma;
      color: #ff5a00;
      overflow: hidden;
      position: absolute;
      bottom: 0;
    }
  
