/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-PostRatings 1.10								|
|	Copyright (c) 2007 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{
position:absolute;right:12px;bottom:24px;
text-align:right
}

.post-ratings-loading{
position:absolute;left:10px;top:10px;
width:72px;height:28px;
padding:60px 70px 70px 80px;
background: url(images/loading-bg.png) 0 0 repeat;
/*#4b4949 per IE6*/
display: none; 
text-align: left;
}

.post-ratings-loading span{
position:relative;top:10px;
font-size:1.3em
}
#wrapper .post-ratings-loading img{
margin-left:15px
}

.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
