body {
	font-family: helvetica, impact, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}

.success {
	color: green;
	margin-left: 5px;
}

.error {
	color: red;
	margin-left: 5px;
}

.dotted_border {
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.contact_title {
	color: orange;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Home page */
.owner_name {
	font-weight: bold;
}

.owner_address {
}

/* search page */
.mls_field {
	width: 75px;
}

/* results page */
.specs {
	font-weight: bold;
}

/* Details page */
.price {
	font-size: 14px;
	color: orange;
	font-weight: bold;
}

