@charset "utf-8";
.reviewInfoPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #6699CC;
	background-color: #000000;
	width: 400px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.reviewInfoTable {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0;
	margin-bottom: 0;
	background-position: center;
}
.reviewInfoTable th {
	padding: 2px 2px 2px 2px;
	background-color: white;
	border: 1px solid #6699CC;
	text-align: left;
}
.reviewInfoTable td {
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	white-space: nowrap;
}

.reviewInfoRow td {
}
.postImagePlate {
  background:#999999 none repeat scroll 0 0;
  border:1px solid #000000;
  clear:right;
  float:right;
  margin-left:10px;
  padding:1px;
}
