.LMICalc {
	border: none;
}

.LMICalc td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
}

.LMICalc th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
}

.titlecell {
	background-color: #FFFFFF;
}

.alt_titlecell {
	background-color: #eeeeee;
}

.hightlight_green {
	color: #33CC00;
	font-weight: bold;
}

.hightlight_red {
	color: #FF0000;
	font-weight: bold;
}

.fontbold {
	font-weight: bold;
}

.redtext {
	color: #FF0000;
}

.textalignright {
	text-align: right;
}

.textaligncenter {
	text-align: center;
}

.calc_table {
	margin-bottom: 10px;
}

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

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

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

.lmi_button ul li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 63px;
	left: 60px;
}

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

.lmi_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;
}

.lmi_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;
}

.hideOptional {
	display: none;
}