/*
+----------------------------------------------------------------+
|                                                                                            |
|    WordPress 2.0 Plugin: WP-PostRatings 1.04                                |
|    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%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-color: #ECF5FF;
}
.post-ratings-loading {
    display: none;
    height: 16px;
    text-align: left;
}
.post-ratings-image {
    border: 0px;
}
