.un  {text-decoration: underline;} 

.frm
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.frm:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-6px;
    right:-4px;
    width:10px;
    height:10px;
    background:url('../img/right_arr.png');
}

.frmf
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.frmf:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    bottom:-3px;
    left:-4px;
    width:10px;
    height:10px;
    background:url('../img/left_arr.png');
}

.frm_sel
{
/*  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
text-shadow: 2px 2px 2px rgba(0,0,0,0.4);

}

.frm_not_sel
{
text-shadow: 2px 2px 2px rgba(0,0,0,0.4);

}

/*for Firefox*/
@-moz-document url-prefix()
{

.frm
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.frm:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-15px;
    right:-4px;
    width:10px;
    height:10px;
    background:url('../img/right_arr.png');
}

.frmf
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.frmf:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    bottom:7px;
    left:-4px;
    width:10px;
    height:10px;
    background:url('../img/left_arr.png');
}

}

/* подсказка для одиночных знаков */
.tip
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.tip:hover
{
   text-decoration: underline;
}

.tip:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-3px;
    right:-1px;
    width:7px;
    height:7px;
    background:url('../img/star_gray.gif');
}

/* подсказка для замен знаков порчи */
.tip1
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.tip1:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-3px;
    right:-1px;
    width:7px;
    height:7px;
    background:url('../img/star_gray.gif');
}

/* подсказка для словоформ - сдвинута посредине */
.tip2
{
  color:inherit;
  position:relative;
  z-index:1;
  cursor: default;
 }

.tip2:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-4px;
    right:-6px;
    width:7px;
    height:7px;
    background:url('../img/star_gray.gif');
}

/* подсказка для слоев */
.tip3
{
  color:inherit;
  position:relative;
  z-index:1;
  cursor: default;
 }

.tip3:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-17px;
    right:-10px;
    width:7px;
    height:7px;
    background:url('../img/star_gray.gif');
}

/*в указателях */
.tip4
{
   text-decoration: none;
   color:inherit;
   position:relative;
   z-index:1;
   cursor: default;
 }

.tip4:before 
{
    content:"";
    position:absolute;
    z-index:-1;
    top:-4px;
    right:4px;
    width:7px;
    height:7px;
    background:url('../img/star_gray.gif');
}
