/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-PostRatings 1.40								|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/


.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-size: 10px;
	float:right;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 10px;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	position: relative;
	bottom:60px;
}
.post-ratings-image {
	border: 0;
	padding: 0;
	margin: 0;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0;
	padding: 0;
	margin: 0;
}
.post-ratings-text {
	font-size: 10px;
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;

}