.box {
	width: 100%;
}
.box h2 {

}

.box .b1, .box .b4 {
	background-image: url(../images/box/b1-bg.jpg);
	background-repeat: repeat-y;	
}
.box .b2, .box .b5 {
	background-image: url(../images/box/b1-top.jpg);
	background-repeat: no-repeat;
}
.box .b3, .box .b6 {
	background-image: url(../images/box/b1-bot.jpg);
	background-repeat: no-repeat;
}
.box .b1 {
	background-position: right top;
	background-color: #FFFFFF;
}
.box .b2 {
	background-position: right top;
}
.box .b3 {
	background-position: right bottom;
	padding-right: 10px;
}
.box .b4 {
	background-position: left top;
}
.box .b5{
	background-position: left top;
}
.box .b6 {
 background-position: left bottom;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.minH70 {
	/*min-height*/
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

.box2 .b1, .box2 .b4 {
	background-image: url(../images/box/b2-bg.jpg);
}
.box2 .b2, .box2 .b5 {
	background-image: url(../images/box/b2-top.jpg);
}
.box2 .b3, .box2 .b6 {
	background-image: url(../images/box/b2-bot.jpg);
}

