.business-comments-body {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.business-comments-body h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.business-comment-holder {
	width: 550px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE7D6;
}
.business-comment-user {
	float: left;
	width: 120px;
	margin-right: 5px;
	font-size: 11px;
}
.business-comment-user p {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.business-comment-user img {
	height: 38px;
	width: 38px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.business-comment-user a:link, .business-comment-user a:visited {
	color: #0066FF;
	text-decoration: none;
}
.business-comment-user a:hover {
	color: #FF6600;
	text-decoration: none;
}

.business-comment-details {
	width: 420px;
	float: left;
}
.business-comment-details-rating-up {
	float: left;
	height: 20px;
	background-image: url(images/thumbsup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
}
.business-comment-details-rating-down {
	float: left;
	height: 20px;
	background-image: url(images/thumbsdown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
	padding-left: 17px;
}
.business-comment-details-share {
	float: left;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}

.business-comment-details p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.business-comment-details-date {
	color: #999999;
}


.busines-comments-formholder {
	width: 510px;
	background-image: url(images/bg-form.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	font-size: 11px;
}
.busines-comments-formholder-footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.busines-comments-formholder p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
}
.busines-comments-formholder-input {
	width: 510px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.busines-comments-formholder-button {
	font-size: 16px;
}

.busines-comments-formholder a:link, .busines-comments-formholder a:visited {
	color: #0066FF;
	text-decoration: none;
}
.busines-comments-formholder a:hover {
	color: #FF6600;
	text-decoration: none;
}

