﻿@charaset "UTF-8";
.sup_copy{
	margin: -3px 3px 0 0;
	float: left;
}
.sup_copy a:hover{
	cursor: help;
}
.sup_copy .tltip {
	position: absolute;
	display: none;
	width: auto;
	top: -45px;
	left: -5px;
	padding: 5px;
	background-color: #ccc;
	border: 1px solid #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #808080;
	font-family: Arial,Verdana,Sans-Serif;
	text-decoration: none;
}
.sup_copy a:hover .tltip img{
	position: absolute;
	bottom: -10px;
	left: 10px;
	border: none;
}
.sup_copy a:hover .tltip{
        display: block;
}
