.inlineposting .container {

	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 550px;
}

.inlineposting .content {

	text-align: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 500px;
	background-color: #FFF;
}

.inlineposting .location_nm {

	font-weight: bold;
	font-size: 16px;
}

.inlineposting .web_site_url a {

	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #392421;
}

.inlineposting .business_type {

	font-weight: bold;
	font-size: 12px;
}

.inlineposting .returnButton {

	background-color: #CCCCCC;
	border: 2px solid #CCCCCC;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;

}

.inlineposting .returnButton:hover {

	background-color: #392421;
	cursor: pointer;
	color: #FFF;

}

