/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PostRatings 1.50								|
|	Copyright (c) 2009 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%;
	z-index:10;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	top:14px;
	left:53px;
	height: 16px;
	text-align: left;
	position:absolute;
	z-index:9999;
	*left:-9999px;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0 0 0 2px;
	float:left;
}
span.vote {
	float:left;
	font-size:11px !important;
	font-weight:bold !important;
	margin:5px 0 0 0 !important;
	clear:none !important;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}