﻿/*
-------------------------------------------------
Custom Table Design
-------------------------------------------------
*/

#customGrid {
	margin-top: 15px;
}

#customGrid tr.headerTitleTR {
	background: #fff url('../img/bg_header.jpg') no-repeat;
	width: 533px;
	height: 20px;
}

#customGrid td.headerTitleTD {
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}

#customGrid td.submitGetQuote {
	text-align: right;
}

