#packagePrices{

	width: 506px;
	height: 276px;	
	/* background-image: url(/global/img/homepage/packages/postcode_backdrop.gif); */
	background-image: url(/global/img/homepage/packages/postcode_backdrop-whiteout.gif); 
	background-position: top left;
	background-repeat: no-repeat;

}

/* LOOKUP FORM */

#packagePrices #divPostcodePriceSetter{
	float: left;
	width: auto;
	padding-top: 24px;
	padding-left: 305px;
}

/* INPUT BOX */

#packagePrices #divPostcodePriceSetter input{
	float: left;
	width: 97px;
	height: 14px;
	padding: 3px;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/global/img/homepage/packages/postcodeLookup-inputBox.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* BUTTON */

#packagePrices #divPostcodePriceSetter .generic_button{
	float: left;
	width: 59px;
	height: 19px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-image: url(/global/img/homepage/packages/postcodeLookup-button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	cursor:pointer;
}

/* PRICES */

.pps-package-Standard, .pps-package-Professional, .pps-package-Premium{
	float: left;
	margin-top: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
}

.pps-package-Standard {
	margin-left: 132px;
}	

.pps-package-Professional {
	margin-left: 132px;
}

.pps-package-Premium{
	margin-left: 134px;
}

/* GO BUTTONS */

#packagePrices .go_button{ 
	float: left;
	margin-top:140px;
	margin-left:123px;
	width: 40px;
	height: 40px;
	background-color: none;
}

