.left {
	background-image: url(../images/large_blue_box/large_bubble_l.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 100px;
}
.top {
	background-image: url(../images/large_blue_box/large_bubble_t.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
}
.right {
	background-image: url(../images/large_blue_box/large_bubble_r.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 100px;
}
.bottom {
	background-image: url(../images/large_blue_box/large_bubble_b.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
}
.upperleft {
	background-image: url(../images/large_blue_box/large_bubble_ul.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 100px;
}
.upperright {
	background-image: url(../images/large_blue_box/large_bubble_ur.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100px;
	height: 100px;
}
.lowerleft {
	background-image: url(../images/large_blue_box/large_bubble_ll.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100px;
	height: 100px;
}
.lowerright {
	background-image: url(../images/large_blue_box/large_bubble_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100px;
	height: 100px;
}
