.lightTip {
}
.lightTip .content {
  border: 6px solid #e2e2e2;
  padding: 10px;
  background: #ffffff none repeat scroll 0% 50%;
  width: 310px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #020202;
}
.lightTip .bottom {
  background: transparent url(../images/tiny/notch-white.png) no-repeat scroll center top;
  height: 14px;
}
.yellowTip {
}
.yellowTip .content {
  border: 4px ridge #ffff99;
  padding: 10px;
  background: #333333 none repeat scroll 0% 50%;
  width: 140px;
  -moz-border-radius-topleft: 0.7em;
  -moz-border-radius-topright: 0.7em;
  -moz-border-radius-bottomright: 0.7em;
  -moz-border-radius-bottomleft: 0.7em;
  color: white;
  opacity: 0.707;
}
.yellowTip .bottom {
  background: transparent url(../images/tiny/notch-yellow.png) no-repeat scroll center top;
  height: 30px;
}
.orangeTip {
}
.orangeTip .content {
  border: 6px solid #f9cd8e;
  padding: 10px;
  background: #fbe3aa none repeat scroll 0% 50%;
  width: 310px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #020202;
}
.orangeTip .bottom {
  background: transparent url(../images/tiny/notch-orange.png) no-repeat scroll center top;
  height: 14px;
}
.redTip {
}
.redTip .content {
  border: 6px solid #ce6f6f;
  padding: 10px;
  background: #f79992 none repeat scroll 0% 50%;
  width: 310px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #020202;
}
.redTip .bottom {
  background: transparent url(../images/tiny/notch-red.png) no-repeat scroll center top;
  height: 14px;
}
.greenTip {
}
.greenTip .content {
  border: 6px solid #a9db66;
  padding: 10px;
  background: #cae8a2 none repeat scroll 0% 50%;
  width: 210px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #020202;
}
.greenTip .bottom {
  background: transparent url(../images/tiny/notch-green.png) no-repeat scroll center top;
  height: 14px;
}
.blueTip {
}
.blueTip .content {
  border: 6px solid #36a4d9;
  padding: 10px;
  background: #90d8f0 none repeat scroll 0% 50%;
  width: 310px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #020202;
}
.blueTip .bottom {
  background: transparent url(../images/tiny/notch-blue.png) no-repeat scroll center top;
  height: 14px;
}
.purpleTip {
}
.purpleTip .content {
  border: 6px solid #8671de;
  padding: 10px;
  background: #a290f0 none repeat scroll 0% 50%;
  width: 310px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #020202;
}
.purpleTip .bottom {
  background: transparent url(../images/tiny/notch-purple.png) no-repeat scroll center top;
  height: 14px;
}
.darkTip {
}
.darkTip .content {
  border: 6px solid #303030;
  padding: 10px;
  background: #505050 none repeat scroll 0% 50%;
  width: 210px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: #f8f8f8;
}
.darkTip .bottom {
  background: transparent url(../images/tiny/notch-dark.png) no-repeat scroll center top;
  height: 14px;
}

