.PostcodeCalc {
	border: none;
}

.PostcodeCalc td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
	color: #000;
	padding: 10px;
	margin: 4px;
	border-top: 2px solid #fff;
}

.PostcodeCalc th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
	color: #000;
	padding: 5px;
	margin: 4px;
	border-top: 2px solid #fff;
}

.rowcell { background-color: #EEEEEE; }

.fontbold {
	font-weight: bold;
}

.redtext {
	color: #FF0000;
}

.textalignright {
	text-align: right;
}

.textaligncenter {
	text-align: center;
}

.postcode_calc_table {
	margin-bottom: 10px;
}

.postcode_calc_table th {
	text-align: right;
}

.result_box {
	font-weight: bold;
	border: 1px solid #c8c8c8;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
	background-color: #FFF7D7;
}

.postcode_button {
	display: block;
	height: 120px;
	width: 295px;
	margin: 0 auto;
	background: #FFFFFF url(images/call-to-action.jpg) no-repeat bottom left;
}

.postcode_button ul {
	list-style: none;
	display: block;
}

.postcode_button ul li {
	list-style: none;
	float: left;
	/*display: block;
	height: 59px;
	width: 159px;*/
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 63px;
	left: 60px;
}

.postcode_button ul li.contact a{
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/contact-blue.png) no-repeat top left;
}

.postcode_button ul li a{
	display: block;
	height: 59px;
	width: 159px;
}

.postcode_button ul li.contact a:hover {
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/contact-red.png) no-repeat top left;
}

.postcode_button ul li.enquire a{
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/enquire-blue.png) no-repeat top left;
}

.postcode_button ul li.enquire a:hover {
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/enquire-red.png) no-repeat top left;
}