body{
	min-width: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentaire_smooth table {
	color: #333;
}
#commentaire_smooth input {
	position: relative;
	border: solid 1px #ccc;
	width: 100%;
	color: #444;
}
#commentaire_smooth textarea {
	border: solid 1px #ccc;
	color: #444;
}
.stars {
	position: relative;
	padding-left: 14px;
}
.star_span {
	position: relative;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	cursor: pointer;
}

