#rebate h2 {
	color: #548dd4;
	font-size: 14px;
	font-weight: bold;
}

#rebate p {
	font-size: 12px;
}

#rebate p span {
	font-weight: bold;
	text-decoration: underline;
}

#rebate table {
	border-collapse: collapse;
	border: 1px solid #1f497d;
}

#rebate table tr td {
	border: 1px solid #1f497d;
	color: #0070c0;
	padding: 2px;
}

#rebate {
	text-align: left;
	width: 460px;
}

#rebate #rebate-money {
	float: left;
	margin-right: 40px;
	height: 300px;
}

