﻿#ctrlReview table {
	border-collapse: collapse;
	width: auto;
	border: 0;
}

#ctrlReview table tr {
	border: 0;
}

#ctrlReview table td {
	padding: 0 5px 2px 0;
}

#ctrlReview .review-panel {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#ctrlReview table .table-label
{
	color: #999;
	text-align: right;
}

#ctrlReview .review-help
{
	font-size: xx-small;
}

#ctrlReview .estimate-panel
{
	text-align: right;
	clear: both;
}

#ctrlReview #lblFee
{
	font-size: large;
	font-weight: bold;
	color: green;
}