/* box */
#bgl_ltc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_lt_corner.gif');
	float: left;
}

#bgl_tb {
	width: 440px;
	height: 20px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#bgl_rtc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_rt_corner.gif');
	float: left;
}

#bgl_in {
	width: 480px;
	min-height: 500px;
	background: url('../gfx/box3_bg.gif');
	float: left;
	text-align: center;
}

#bgl_lbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_lb_corner.gif');
	float: left;
}

#bgl_bb {
	width: 440px;
	height: 20px;
	background: url('../gfx/box3_bg.gif');
	float: left;
}

#bgl_rbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box3_rb_corner.gif');
	float: left;
}

