.box {
	min-height: 32px;
}

.box_lt, .box_lb, .box_rt, .box_rb, .box_lt2, .box_lb2, .box_rt2, .box_rb2 {
	position: absolute;
	margin: 0;
	padding: 0;
}

.box_lt, .box_rt, .box_lb, .box_rb, .box_lt2, .box_rt2, .box_lb2, .box_rb2 {
	width: 16px;
	height: 16px;
}

.box_lt, .box_rt, .box_lt2, .box_rt2 {
	top: 0px;
}

.box_lb, .box_rb, .box_lb2, .box_rb2 {
	bottom: 0px;
}

.box_lt, .box_lb, .box_lt2, .box_lb2 {
	left: 0px;
}

.box_rt, .box_rb, .box_rt2, .box_rb2 {
	right: 0px;
}

.box_lt {
	background: url(images/box_lt.png) left top no-repeat;
}

.box_rt {
	background: url(images/box_rt.png) right top no-repeat;
}

.box_rb {
	background: url(images/box_rb.png) right bottom no-repeat;
}

.box_lb {
	background: url(images/box_lb.png) left bottom no-repeat;
}


.box_lt2 {
	background: url(images/box_lt2.png) left top no-repeat;
}

.box_rt2 {
	background: url(images/box_rt2.png) right top no-repeat;
}

.box_rb2 {
	background: url(images/box_rb2.png) right bottom no-repeat;
}

.box_lb2 {
	background: url(images/box_lb2.png) left bottom no-repeat;
}

.box_single {
	padding-bottom: 4px ! important;
}