.lightTip						{  }
.lightTip .content				{  padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom				{ height: 14px; background: url(images/notch-white.png) top center no-repeat; }

.yellowTip						{  }
.yellowTip .content				{  padding: 10px; border: 6px solid #f9e98e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbf7aa; color: #020202; }
.yellowTip .bottom				{ height: 14px; background: url(images/notch-yellow.png) top center no-repeat; }

.orangeTip						{  }
.orangeTip .content				{  padding: 10px; border: 3px solid #f9cd8e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbe3aa; color: #020202; margin-left:60px; }
.orangeTip .bottom				{ height: 14px; background: url(images/notch-orange.png) top center no-repeat; }

.redTip							{  }
.redTip .content				{  padding: 10px; border: 6px solid #ce6f6f; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f79992; color: #020202; }
.redTip .bottom					{ height: 14px; background: url(images/notch-red.png) top center no-repeat; }

.greenTip						{  }
.greenTip .content				{  padding: 10px; border: 6px solid #a9db66; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #cae8a2; color: #020202; }
.greenTip .bottom				{ height: 14px; background: url(images/notch-green.png) top center no-repeat; }

.blueTip						{  }
.blueTip .content				{ padding: 10px; border: 2px solid #f9e98e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fff; color: #020202; }
.blueTip .bottom				{ height: 14px; background: url(images/notch-yellow.png) top center no-repeat; }

.blue2Tip						{  }
.blue2Tip .content				{ padding: 10px; background:url(images/blue2back.png) repeat-x bottom; -moz-border-radius: 5px; -webkit-border-radius: 5px;  color: #fff; }
.blue2Tip .bottom				{ height: 15px; background: url(images/notch-blue2.png) top center no-repeat; }

.purpleTip						{  }
.purpleTip .content				{  padding: 10px; border: 6px solid #8671de; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #a290f0; color: #020202; }
.purpleTip .bottom				{ height: 14px; background: url(images/notch-purple.png) top center no-repeat; }

.darkTip						{  }
.darkTip .content				{  padding: 10px; border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #505050; color: #f8f8f8; }
.darkTip .bottom				{ height: 14px; background: url(images/notch-dark.png) top center no-repeat; }

.greyTip						{  }
.greyTip .content				{  padding: 5px; border: 2px solid #a5a4aa; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #646367; }
.greyTip .bottom				{ height: 5px; background: url(images/notch-grey.png) bottom center no-repeat; }


