.featurestable {
	position: relative;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	width: 475px;
	margin-bottom: 1em;
}

table.features {
	width: 475px;
	border: 0;
	background: transparent url("images/top_tile.gif") top left repeat-x;
}

table.features th {
	padding: 7px 5px 3px 10px; 
	text-align: left;
}

table.features th h2 {
	font-size: 1.5em;
}

table.features tr.alt {
	background-color: #EAF2FD;
}

table.features td {
	padding: 4px 10px 8px;
	vertical-align: top;
}

img.corner {
	position: absolute;
	border: 0;
}

img.top {
	top: 0px;
}
html>body img.top {
	top: 0px;
}

img.bottom {
	bottom: -2px;
}
html>body img.bottom {
	bottom: -1px;
}

img.left {
	left: -1px;
}
html>body img.left {
	left: -1px;
}

img.right {
	right: -2px;
}
html>body img.right {
	right: -1px;
}


