.box {
	width: 100%;
	margin-bottom: 10px;
}
.box h2 {
	margin-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box .b1 {
	background-position: right top;
	background-color: #FFFFFF;
}
.box .b2 {
	background-position: right top;
}
.box .b3 {
	background-position: right bottom;
	padding-right: 16px;
}
.box .b4 {
	background-position: left top;
}
.box .b5{
	background-position: left top;
}
.box .b6 {
	padding-top: 10px;
	padding-left: 16px;
	background-position: left bottom;
	padding-bottom: 16px;
}

.box .b1, .box .b4 {
	background-image: url(../images/layout/box-bg.jpg);
	background-repeat: repeat-y;	
}
.box .b2, .box .b5 {
	background-image: url(../images/layout/box-top.jpg);
	background-repeat: no-repeat;
}
.box .b3, .box .b6 {
	background-image: url(../images/layout/box-bot.jpg);
	background-repeat: no-repeat;
}

.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);
}
.box2 .b6 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.box2 .b3 {
	padding-right: 10px;
}

.box3 {
 background-color:#eeeeee;
	clear:both;
}
.box3 .b1, .box3 .b4 {
	background-image: url(../images/box/b3-bg.jpg);
}
.box3 .b2, .box3 .b5 {
	background-image: url(../images/box/b3-top.jpg);
}
.box3 .b3, .box3 .b6 {
	background-image: url(../images/box/b3-bot.jpg);
}
.box3 .b6 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.box3 .b3 {
	padding-right: 10px;
}

.minh120 {
	/*min-height*/
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
