div#h1
	{
	text-align:left;
	padding:0px 10px 0px 30px;
	font-size:20px;
	font-weight:100;
	height:29px;
	background:white url(../images/h1.png) no-repeat left top;
	margin:0px 0px 10px 0px;
	border-right:solid 1px #e6deec;
	}

h2
	{
	font-size:16px;
	font-weight:900;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	}



div#inputArea {
	padding:12px 0px 4px 0px;
	background-color:#FFFFFF;
	background:white repeat-x left top;
	text-align:center;
		font:900 12px Arial;
	color:#960000;
}

div#inputArea span {
	display:block;
	margin-left:5px;
	margin-top:5px;
	font:900 12px Arial;
	color:#960000;
	float:center;
	vertical-align:bottom;
	text-align:center;
}

input#wording {
	width:420px;
	height:25px;
	padding:11px 3px 0 10px;
	margin:0 0 3px 20px;
	font:100 14px Arial;
	border:solid 2px #960000;
	background:white repeat-x left top;
	text-align:center;
}

#previewArea {
	overflow:auto;
	background-color:white;
	border:none;
	margin-bottom:0px;
	clear:both;
	text-align:center;
}

#previewArea img {
	margin:4px;
}

div#pricingNotice {
	padding:6px;
	font:100 12px Arial;
}

div#pricingTable div div {
	clear:none;
	float:left;
	width:30%;
	padding-left:10px;
	margin-right:1px;
	font:100 12px Arial;
	border:0;
}

div#pricingTable div:hover {
	background-color:#aa0000;
	cursor:pointer;
}

div#pricingTable div div input {
	vertical-align:top;
}

div#pricingTable div.th {
	border:0;
	border-bottom:solid 2px black;
}

div#pricingTable div.th:hover, div#pricingTable div.th div:hover {
	background-color:white;
	cursor:default;
}

div#pricingTable div.th div {
	font:900 12px Arial;
}

div#pricingTable br {
	clear:both;
}

table.pricing td {
	font:100 12px Arial;
	border-bottom:solid 1px #aa0000;
	cursor:default;
}
table.pricing td strong {
	font-weight:900;
}
table.pricing tr.altRow { background-color:#FFF2F2;}
table.pricing tr.topRow td { border-bottom:solid 2px #aa0000;}
table.pricing tr:hover { background-color:#F0E0E0;}
table.pricing tr.topRow:hover { background-color:white;}
table.pricing tr.subTotalsRow td { border:none; text-align:right;}
table.pricing tr.subTotalsRow:hover { background-color:white;}
table.pricing tr.totalRow td { border:none; text-align:right;}
table.pricing tr.totalRow:hover { background-color:white;}
table.pricing tr.quantityRow td { border-bottom:none; text-align:right;}
table.pricing tr.quantityRow td#quantityCell { border-bottom:solid 2px #aa0000;}
table.pricing tr.quantityRow:hover { background-color:white;}

h1 {
	margin:0px 20px 0px 20px;
	}
h2 {
	border-bottom:double 3px #FFFFFF;
	text-align: center;
}

.content {
	padding:0px 0px 0px 3px;
}

