
.lightTip						{ width: 342px; }
.lightTip .content				{
	width: 310px;
	padding: 10px;
	border: 2px solid #36F;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	color: #033;
	font: 16px "Times New Roman", Times, serif;
	letter-spacing: 1px;
	background-color: #fff;
}
.lightTip .bottom				{ height: 14px; background: url(images/notch-white.png) top center no-repeat; margin-left: -10px; }
