/* @override http://cpm.dev/_css/tip.css */

#tipwrap{
   position: absolute;
   width: 585px;
   height: 203px;
   bottom: 20px;
   left: 0;
   background: url(/_img/pricing/bg_tip.png);
   display: none;
   padding: 36px;
}

#tip{
   width: 585px;
   height: 203px;
   overflow: auto;
}

img#tip_arrow{
   position: absolute;
   bottom: -9px;
}

#more-info{
   display: none;
}

a#tip_close{
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 36px;
   height: 36px;
   text-indent: -9999px;
}

#tip_content{
   text-align: left;
}

#content #tip_content h4{
   color: #f4f5f1;
   font-size: .875em;
   font-weight: bold;
   text-transform: none;
}

#content #tip_content p,
#content #tip_content li{
   color: #9d9e9a;
   font-size: .8125em;
   font-weight: normal;
}