  #large_bubble{
    width: 285px;
  }
  #large_bubble_contents{
    background-color: #FFFFFF;
		height:auto;
  }
  #large_bubble_beak{
    width: 30px;
    height: 17px;
    background: url('../images/bg/bubble_beak.png') top left no-repeat transparent;
  }
  #large_bubble_tl, #large_bubble_tr, #large_bubble_bl, #large_bubble_br
  {
    background-color: #FFFFFF;
    height: 15px;
    width: 15px;
  }
	#large_bubble_t,#large_bubble_b {
		background-color: #FFFFFF;
		height:15px;
		width: auto;
	}
	#large_bubble_r, #large_bubble_l {
		background-color: #FFFFFF;
		height: auto;
		width: 15px;;
	}
	#large_bubble_tl {
		background: url('../images/bg/bubble_tl.png') no-repeat;
	}
  #large_bubble_tr {
		background: url('../images/bg/bubble_tr.png') no-repeat;
	}
  #large_bubble_bl {
		background: url('../images/bg/bubble_bl.png') no-repeat;
	}
  #large_bubble_br {
		background: url('../images/bg/bubble_br.png') no-repeat;
	}
  #large_bubble_t {
		background: url('../images/bg/bubble_t.png') repeat-x;
	}
  #large_bubble_b {
		background: url('../images/bg/bubble_b.png') repeat-x;
	}
  #large_bubble_l {
		background: url('../images/bg/bubble_l.png') repeat-y;
	}
  #large_bubble_r {
		background: url('../images/bg/bubble_r.png') repeat-y;
	}
	#large_bubble_close {
		background: url('../images/icons/close_mouseover.gif') no-repeat;
		margin-top: 10px;
		margin-left: -10px;
		width: 16px;
		height: 16px;
	}