﻿
#banner .quoteSmall
{
	margin-top: 50px;
	color:#FFF;
	font-size: 14px;
}

#banner .quoteSmall h3
{
	font-size: 20px;
	color:#FFF;
	padding: 10px 0;
	display:block;
}

/**** Large Quote Form ****/
.mainBody .quoteForm .quoteFormLarge
{
	width: 395px;
	padding: 20px;
	margin: 15px 15px 15px 0;
	height: 250px;
	background-image: url('imgs/form-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	float:left;
}

.mainBody .quoteForm .quoteFormLarge .quoteTable
{
	width: 100%;
}

.quoteTable td
{
	width: 50px;
	padding: 5px;
	margin: 0;
}

.quoteTable td input, .quoteTable td select
{
}

.quoteTable td.buttonRow
{
	text-align:right;
	padding: 10px 5px;
}

.quoteFormRight
{
	width: 165px;
	float:right;
}