table.landingform{
	font-size: 10px;
	color: #000;
	width:238px;
	padding: 0px;
	margin:0px;
}

table.landingform-2{
	font-size: 10px;
	color: #000;
	width:210px;
	padding: 0px;
	margin:0px;
}

td.formtop{
	background-image: url('../Images/landing-images/form-top.jpg');
	background-repeat: no-repeat;
	width:238px;
	height: 10px;
}

td.formmiddle{
	background-image: url('../Images/landing-images/form-middle.jpg');
	background-repeat: repeat-y;
	font-size: 10px;
	color: #000;
	padding-top:0px;
	padding-left:10px;
}

td.formbottom{
	background-image: url('../Images/landing-images/form-bottom.jpg');
	background-repeat: no-repeat;
	width:238px;
	height: 86px;
	padding-left:70px;
	padding-top:15px;
}

span.signup{
	font-size: 12px;
	font-weight: bold;
}

td.purchasetop{
	background-image: url('../Images/landing-images/purchase-table-top.jpg');
	background-repeat: no-repeat;
	width:300px;
	height: 29px;
}

td.purchasemiddle{
	background-image: url('../Images/landing-images/purchase-table-middle.jpg');
	background-repeat: repeat-y;
	font-size: 10px;
	color: #000;
	padding-top:0px;
	padding-left:10px;
}

td.purchasebottom{
	background-image: url('../Images/landing-images/purchase-table-bottom.jpg');
	background-repeat: no-repeat;
	width:300x;
	height: 12px;
	padding-left:70px;
	padding-top:15px;
}