/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PostRatings 1.30								|
|	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 {
	text-align: center;
	width:250px;
	float:left;
	height: 20px;
	overflow:hidden;
	line-height: 20px;
	/*filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	 background-color: #ffffff; */
}
.post-ratings-loading {
	float: left;
	text-align: center;
	width:250px;
	line-height: 20px;
	margin-left:-250px;
	height: 20px;
	overflow:hidden;
	display: none;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.post-ratings-text {
}
/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}