/*
+----------------------------------------------------------------+
|																 |
|	WordPress 2.0 Plugin: WP-PostRatings 1.02					 |
|	Copyright (c) 2006 Lester "GaMerZ" Chan						 |
|																 |
|	File Written By:											 |
|	- Lester "GaMerZ" Chan										 |
|	- http://www.lesterchan.net									 |
|																 |
|	File Information:											 |
|	- Post Ratings CSS File										 |
|	- wp-content/plugins/postratings/postratings-css.css		 |
|																 |
+----------------------------------------------------------------+
*/


.post-ratings {
	/*width:100%;*/
	margin: 8px 0 0 0;
	float: right;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #fff;
	text-align: right;
	/*positive: relative;*/
	height: 1%;
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: right;
}

/* Hides from IE5-mac \*/
* html .post-ratings {position: relative;}
/* End hide from IE5-mac */