table.feature_box {
	width: 100%;
	height: 150px;
}

table.feature_box tr td {
	padding: 0;
	vertical-align: top;
}

table.feature_box tr td img {
	display: block;
}

table.feature_box tr td.center {
	width: 100%;
	background-repeat: repeat-x;
}

table.feature_box tr.top td {
	height: 14px;
}

table.feature_box tr.top td.center {
	line-height: 14px;
	background: url(/common/images/box/BG-top.gif) repeat-x;
}

table.feature_box tr.middle td {
	height: 100%;
}

table.feature_box tr.middle td.left, table.feature_box tr.middle_row td.right {
	background-repeat: repeat-y;
	vertical-align: bottom;
}

table.feature_box tr.middle td.left {
	background: url(/common/images/box/BG-left.gif) repeat-y;
}

table.feature_box tr.middle td.right {
	background: url(/common/images/box/BG-right.gif) repeat-y;
}

table.feature_box tr.bottom td {
	height: 44px;
}

table.feature_box tr.bottom td.center {
	background: url(/common/images/box/BG-bottom.gif) repeat-x;
}

table.feature_box tr td table tr td.logo {
	padding-right: 10px;
}