.bubble_nw {
	background: transparent url(bubble/top_left.gif) no-repeat 0 0;			
	width: 10px;
	height: 21px;
	}

.bubble_n {
	background: transparent url(bubble/top_middle.gif) repeat-x 0 0;			
	height: 21px;
	}

.bubble_ne {
	background: transparent url(bubble/top_right.gif) no-repeat 0 0;			
	width: 10px;	  
	height: 21px;
	}

.bubble_w {
	background: transparent url(bubble/middle_left.gif) repeat-y top left;			
	width: 10px;
	}

.bubble_e {
	background: transparent url(bubble/middle_right.gif) repeat-y top right;			
	width: 10px;	  
	}

.bubble_sw {
	background: transparent url(bubble/bottom_left.gif) no-repeat 0 0;			
	width: 10px;
	height: 21px;
	}

.bubble_s {
	background: transparent url(bubble/bottom_middle.gif) repeat-x 0 0;			
	height: 21px;
	}

.bubble_se, .bubble_sizer  {
	background: transparent url(bubble/bottom_right.gif) no-repeat 0 0;			
	width: 37px;
	height: 21px;
	}

.bubble_sizer {
	cursor: se-resize;	
	}

.bubble_title {
	position: relative;
	top: 3px;
	margin: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	color: #000;
	height: 21px;
	}

.bubble_close {
	width: 9px;
	height: 9px;
	background: transparent url(bubble/close.gif) no-repeat 0 0;			
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	z-index: 1000;
	}
