﻿@charset "utf-8";
.lightTip {
}
.lightTip .content {
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CC9;
	font-family:Verdana, Geneva, sans-serif;

	font-size:xx-small;
	color: #666;
	text-align:center;
	line-height:10px;
	vertical-align:middle;
}
.lightTip .bottom {
	margin-top:-6px;
	height:10px;
	width:10px;
	margin-left: auto;
	margin-right:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#CC9;
	z-index:30000;
}
