h1
{
	font-size: 24px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h1 .red
{
	color: #e72125;
}

div#wrapper .content
{
	padding-top: 20px;
	padding-left: 26px;	
	width: 743px; 
}

td.boxSpacer
{
	width: 29px;
	height: 29px;
}

td.topLeftBox
{
	width: 467px;
	height: 188px;
	border: 1px solid #000;
}

td.topRightBox
{
	width: 218px;
	height: 188px;
	border: 1px solid #000;
}

td.bottomLeftBox
{
	width: 198px;
	height: 250px;
	padding: 10px;
	border: 1px solid #000;
	background-image: url( /images/hpBoxGreyGradient.jpg );
	background-repeat: repeat-x;
}

td.bottomLeftBox div.form
{
	padding-top: 20px;
}

td.bottomLeftBox div.form td.needText,
td.bottomLeftBox div.form td.gbText
{
	padding-top: 4px;
	font-size: 15px;
	font-weight: bold;
}

td.bottomLeftBox div.form td input
{
	width: 40px;
	font-size: 15px;
	font-weight: bold;
}

td.bottomLeftBox div.submit_dk,
td.bottomLeftBox div.submit_no
{
	padding-top: 15px;
}

td.bottomLeftBox div.submit_dk input,
td.bottomLeftBox div.submit_no input
{
	background: transparent;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	border: none;
	width: 150px;
	height: 27px;
	
}

td.bottomLeftBox div.submit_dk input
{
	background-image: url( /images/calculateMyPriceBtn_dk.jpg );
}

td.bottomLeftBox div.submit_no input
{
	background-image: url( /images/calculateMyPriceBtn_no.jpg );
}

td.bottomCenterBox
{
	width: 198px;
	height: 250px;
	padding: 10px;
	border: 1px solid #000;
	background-image: url( /images/hpBoxGreyGradient.jpg );
	background-repeat: repeat-x;
}

td.bottomCenterBox div.downloadButton
{
	padding-top: 42px;
}

td.bottomRightBox
{
	width: 218px;
	height: 250px;
	padding-top: 10px;
	border: 1px solid #000;
	background-image: url( /images/hpBoxGreenGradient.jpg );
	background-repeat: repeat-x;
}

td.bottomRightBox h1,
td.bottomRightBox p
{
	padding-left: 10px;
	padding-right: 10px;
}

td.bottomRightBox h1
{
	padding-bottom: 20px;
}

td.bottomRightBox p.refName
{
	font-weight: bold;
	font-size: 14px;
}

td.bottomRightBox div.image
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 218px;
	height: 75px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}