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

.tipcontent {
   width: 242px;
   margin-bottom: 20px;
   clear:both ;
}

.tipcontent .image {
   border-left: 1px solid #4988CF ;
   border-right: 1px solid #4988CF ;
}

.corner {
   float:left ;
}

.tiptop {
   border-top: 1px solid #4988CF;
   width:230px;
   float:left;
}

.tipbottom {
   border-bottom: 1px solid #4988CF;
   width:230px;
   float:left;
   height: 5px;
}

.title , .feature_info, .feature_footer {
   width: 230px;
   border-left: 1px solid #4988CF ;
   border-right: 1px solid #4988CF ;
   padding-left:5px;
   padding-right: 5px;
}

.feature_title {
   font-family:Arial, Helvetica, sans-serif;
   font-style: italic;
   padding-bottom: 2px;
}

.feature_footer {
   height:22px;
}

.tipref {
   width: 100px;
   float: left;
}
.tiplink {
   width: 128px;
   float:left;
   text-align: right;
}

