@charset "utf-8";
/* CSS Document */

 .ttip {
   margin: 10px auto 0;
   background: url("/images/img/icons/icon_tip.png") no-repeat 30px 50% #ffba56;
   padding: 15px 15px 15px 75px;
   width: 900px;
   position: relative;
   color: #000;
 }

  .ttip .close {
    position: absolute;
    right: 9px;
    top: 3px;
    background: url("/images/img/icons/icon_close.png") 100% 2px no-repeat;
    padding-right: 15px;
    font-size: .75em;
    color: #a96400;
    text-decoration: none;
  }

  .ttip .close SPAN {
      display: inline-block;
      border-bottom: 1px dotted #a96400;
      padding-bottom: 1px;
      cursor: pointer;
  }

  .ttip A {
    color: #DC5553;
  }

