/*
+----------------------------------------------------------------+
|																							|
|	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: auto;
	margin: 0;
	padding: 0 1px;
}

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


.post-ratings img, .post-ratings-loading img, .post-ratings-image img
{
	border: 0;
	padding: 0;
	margin: 0 0 0 1px;
	vertical-align: top;
	cursor: pointer;
}

