.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_buttons {
	display: block;
	height: 120px;
	width: 495px;
	margin: 0 auto;
	background: #FFFFFF url(images/call-to-action.jpg) no-repeat bottom left;
}

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

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

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

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

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

.lmi_buttons 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_buttons 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;
}