﻿.lightTip						{ text-align: center; font-size: 11px; }
.lightTip .content				{ width: 310px; padding: 10px; border: 6px solid #f0f0f0; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom				{ height: 14px; background: url("../images/tinyTips/notch-white.gif") top center no-repeat; *width: 29px; *display: block; }

.bardoTip						{ text-align: center; font-size: 90%; }
.bardoTip .content				{ width: 310px; padding: 10px; border: 6px solid #a63636; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.bardoTip .bottom				{ height: 14px; background: url("../images/tinyTips/notch-bardo.gif") top center no-repeat; *width: 29px; *display: block; }

.grayTip						{ text-align: center; font-size: 11px; }
.grayTip .content				{ width: 310px; padding: 10px; border: 6px solid #dfdfdf; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.grayTip .bottom				{ height: 14px; background: url("../images/tinyTips/notch-gray.gif") top center no-repeat; *width: 29px; *display: block; }
