h1.balloon{
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  height: 40px;

  background-image: url(../images/balloonR.gif);
  background-repeat: no-repeat;
  background-position: right;
  margin: 0px;
}

h1.balloon span{
  background-image: url(../images/balloonL.gif);
  background-repeat: no-repeat;
  display: block;
  height: 31px;
  overflow: hidden;
  padding: 7px 0 0 8px;
}

.button{
  display: block;
  background-image: url(../images/buttonL.gif);
  background-repeat: no-repeat;
  height: 25px;
  width: 70px;
  font-weight: bold;
  color: #ffffff;
}

.button span{
  display: block;
  background-image: url(../images/buttonR.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}

.button:hover{
  text-decoration: none;
}

#bagMain{
  background: #F3F3F3 url(images/mainBackground.gif) repeat-x scroll 0 0;
}

#bagContent{
  padding-bottom:126px;
  position:relative;
  width:976px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

#bagBox{
  background-color: #ffffff;
}

#bagBoxContent{
  padding: 10px;
}

#bagBoxContent p.foot{
  font-size: 10px;
  color: #666666;
}

#bagBoxContent h1 {
  color: #70ACAC;
  font-size: 16px;
}

#bagBoxContent h2 {
  color: #B52B45;
  font-size: 16px;
}

#bagBoxContent a{
  color: #B52B45;
  display: block;
  height: 25px;
  line-height: 25px;
  width: 100%;
  float: left;
}

#bagBoxContent a:hover{
  text-decoration: underline;
}

#bagBoxContent .sep{
  border-bottom: 1px solid #E0E0E0;
  height: 1px;
  padding-top: 20px;
  margin-bottom: 19px;
}

#bagBoxContent .clear{
  clear: both;
  height: 0px;
}

.bagTable{
  margin-bottom: 30px;
}

.bagTable tr.header{
  background-color: #969696;
  color: #ffffff;
}

.bagTable tr.header td{
  font-weight: bold;
}

.bagTable tr td{
  font-size: 11px;
  padding: 5px;
}

.bagTable tr {
  background-color: #F4FDFD;
}

#col1, #col2, #col3, #col4{
  width: 200px;
  float: left;
}

