#ratingDiv{
	width:120px;
	height:50px;
	clear:both;
	float:right;
}

#ratingDefinition {
	width:100%;
	text-align:center;
	font-size:12px;
	height:20px;
	color:#4680BF;
}

#share_embed{
	clear:both;
}

.starDivPointer {
	cursor:pointer;
	height:26px;
}

.starDivNoPointer {
	cursor:inherit;
}

.fullStar {
	background: url("../images/stars/bigfullstar.gif") no-repeat;
	float:left;
	clear:none;
	width: 23px;
	height: 23px;
}

.emptyStar {
	background: url("../images/stars/bigemptystar.gif") no-repeat;
	float:left;
	clear:none;
	width: 23px;
	height: 23px;
}

.voted {
	color:#FF8C26;
	font-weight:bold;
}

.sendAreaSlog {
	text-align:center;
	float:left;
	width:100%;
	margin:30px auto 40px auto;
	clear:both;
}

.sendAreaSlog a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#003399;
}