/**
 * Rate Me a Funny

 * Copyright 2012 Jung Oh

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 ** http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
**/

.ratemf {
	font-size:11px;
	color:#777;
}

.ratemf .container {
	display:none;
	border-top: 0 none !important;
	box-shadow: 1px 1px 4px #999999 !important;
	background-color: #FFFFDD;
    border: 1px solid #777777;
	margin:6px 0 0 50px;
	color: #555555;
	font-size: 11px;
	padding: 5px;
    text-align:center;
}

.ratemf .declare {
	margin-left: 0;
	border: 1px dashed #777777;
	float: right;
	padding: 5px;
	margin:3px;
}

.ratemf ul {
	padding:3px 0 0;margin:0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ratemf li {
	list-style: none outside none;
}

.rating_link {
	padding:0 3px 0 0;
}

.rating_link_a {
	opacity:.6;
	padding:0 3px;
}

.rating_link_a:hover {
	opacity:1;
}