/* box */
#b3_ltc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_lt_corner.gif');
	float: left;
}

#b3_tb {
	width: 440px;
	height: 20px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#b3_rtc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_rt_corner.gif');
	float: left;
}

#b3_lb {
	width: 20px;
	height: 200px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#b3_in {
	width: 440px;
	height: 200px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#b3_rb {
	width: 20px;
	height: 200px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#b3_lbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_lb_corner.gif');
	float: left;
}

#b3_bb {
	width: 440px;
	height: 20px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#b3_rbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_rb_corner.gif');
	float: left;
}
