.box {
	width: 100%;
	margin-bottom: 10px;
}
.box h2 {
	margin-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 15px;
	border-width: 0px !important;
	border-style: none !important;
}

.box .b1, .box .b4 {
	background-image: url(../images/ly/box-mid.jpg);
	background-repeat: repeat-y;	
}
.box .b2, .box .b5 {
	background-image: url(../images/ly/box-bot.jpg);
	background-repeat: no-repeat;
}
.box .b3, .box .b6 {
	background-image: url(../images/ly/box-top.jpg);
	background-repeat: no-repeat;
}
.box .b1 {
	background-position: right top;
	background-color: #FFFFFF;
}
.box .b2 {
	background-position: right bottom;
}
.box .b3 {
	background-position: right top;
	padding-right: 16px;
}
.box .b4 {
	background-position: left top;
}
.box .b5{
	background-position: left bottom;
}
.box .b6 {
	padding-top: 5px;
	padding-left: 16px;
	background-position: left top;
	padding-bottom: 10px;
	/*min-height*/
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

.box2 .b1, .box2 .b4 {
	background-image: url(../images/box/b1-bg.jpg);
}
.box2 .b2, .box2 .b5 {
	background-image: url(../images/box/b1-top.jpg);
}
.box2 .b3, .box2 .b6 {
	background-image: url(../images/box/b1-bot.jpg);
}

