/* BLUEBOX */

.bluebox_lt {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_lt_corner.gif');
}

.bluebox_top {
	height: 20px;
	background: url('../gfx/box2_bg.gif');
}

.bluebox_rt {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_rt_corner.gif');
}

.bluebox_left {
	width: 20px;
	background: url('../gfx/box2_bg.gif');
}

.bluebox_mid {
	background: url('../gfx/box2_bg.gif');
}

.bluebox_right {
	width: 20px;
	background: url('../gfx/box2_bg.gif');
}

.bluebox_lb {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_lb_corner.gif');
}

.bluebox_bottom {
	height: 20px;
	background: url('../gfx/box2_bg.gif');
}

.bluebox_rb {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_rb_corner.gif');
}


/* YELLOWBOX */

.yellowbox_lt {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_lt_corner.gif');
}

.yellowbox_top {
	height: 20px;
	background: url('../gfx/box1_bg.gif');
}

.yellowbox_rt {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_rt_corner.gif');
}

.yellowbox_left {
	width: 20px;
	background: url('../gfx/box1_bg.gif');
}

.yellowbox_mid {
	background: url('../gfx/box1_bg.gif');
}

.yellowbox_right {
	width: 20px;
	background: url('../gfx/box1_bg.gif');
}

.yellowbox_lb {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_lb_corner.gif');
}

.yellowbox_bottom {
	height: 20px;
	background: url('../gfx/box1_bg.gif');
}

.yellowbox_rb {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_rb_corner.gif');
}

/* GREENBOX */

.greenbox_lt {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_lt_corner.gif');
}

.greenbox_top {
	height: 20px;
	background: url('../gfx/box3_bg.gif');
}

.greenbox_rt {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_rt_corner.gif');
}

.greenbox_left {
	width: 20px;
	background: url('../gfx/box3_bg.gif');
}

.greenbox_mid {
	background: url('../gfx/box3_bg.gif');
}

.greenbox_right {
	width: 20px;
	background: url('../gfx/box3_bg.gif');
}

.greenbox_lb {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_lb_corner.gif');
}

.greenbox_bottom {
	height: 20px;
	background: url('../gfx/box3_bg.gif');
}

.greenbox_rb {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_rb_corner.gif');
}

