
#feature {
	height: 145px;
	width: 442px;
	float: left;
}

#roundEdgesTop {
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
}

#roundEdgesBottom {
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
}

#roundEdgesAll {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

