@charset "utf-8";
/* CSS Document */

#quote {
	padding-left: 10px;
	font-size: 85%;
	padding-right: 10px;
}
.alignRight {
	text-align: right;
}
.alighLeft {
	text-align: left;
}

.quoteFormCentre {
	margin-right: auto;
	margin-left: auto;
}
.quoteFormCentre table {
	border: thin solid #000;
}
#quoteFormLeft table {
	border: thin solid #000;
	margin-right: auto;
	margin-left: auto;
}

#quoteFormRight table    {
	border: thin solid #000;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

#quoteFormLeft {
	float: left;
	width: 50%;
}
#quoteFormRight {
	float: left;
	width: 50%;
}
#payment {
	margin-right: auto;
	margin-left: auto;
}
#payment table {
	border: thin solid #000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

