/* box */
#b2_ltc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_lt_corner.gif');
	float: left;
}

#b2_tb {
	width: 170px;
	height: 20px;
	background: url('../gfx/box2_bg.gif');
	float: left;
}

#b2_rtc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_rt_corner.gif');
	float: left;
}

#b2_lb {
	width: 20px;
	height: 455px;
	background: url('../gfx/box2_bg.gif');
	float: left;
}

#b2_in {
	width: 170px;
	height: 455px;
	background: url('../gfx/box2_bg.gif');
	float: left;
}

#b2_rb {
	width: 20px;
	height: 455px;
	background: url('../gfx/box2_bg.gif');
	float: left;
}

#b2_lbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_lb_corner.gif');
	float: left;
}

#b2_bb {
	width: 170px;
	height: 20px;
	background: url('../gfx/box2_bg.gif');
	float: left;
}

#b2_rbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box2_rb_corner.gif');
	float: left;
}

