#layoutbody #contents form {
	display: inline;
	margin: 0px;
}
#layoutbody #contents input {
	width: 478px;
	background-color: #999999;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#layoutbody #contents .imglist {
	list-style-type: none;
	margin-bottom: 10px;
}
#layoutbody #contents .reviewer {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#layoutbody #contents .reviewer .job {
	margin-left: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
#layoutbody #contents .reviewer .name {
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	color: #CCCCCC;
}
#layoutbody #contents .reviewer .profile {
	margin-bottom: 0px;
	font-size: 10px;
}
#layoutbody #contents .review {
	margin-bottom: 20px;
	border: 1px solid #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#layoutbody #contents .review p {
	margin-bottom: 6px;
}
#layoutbody #contents .review h4 {
	margin-top: 0px;
	font-size: 14px;
	line-height: 1.4em;
}
#layoutbody #contents .review .reviewer .profile a {
	color: #FFCC99;
}
