.left-img {
	width: 200px;
	float: left;
}
table {
	float: left;
	width: 658px;
	border: #dedede 1px solid;
	color: #666;
}
tr {
	height: 45px;
	text-align: right;
	border-bottom: #dedede 1px solid;
}
th {
	width: 157px;
	padding-right: 20px;
	border-right: #dedede 1px solid;
	font-weight: normal;
}
td {
	text-align: left;
	padding-left: 20px;
}
.bkg {
	background: #efefef;
}
