.form_mail {position:relative;text-indent:0;}
.form_mail b {
   border-bottom:#90f 1px dotted;
   color:#90f;
   cursor:help;
   font-weight:normal;
}
.form_mail b span {display:none;}

.form_mail b:hover
 {
   border-bottom:red 1px dotted;
   color:red;
}
.form_mail b:hover span
 {
   background:lightcyan;
   border:silver 2px outset;
   color:#000;
   display:block;
   padding:7px;
   position:absolute;
   /*top:center;*/
   z-index:10;
   text-align:left;
   width:250px;
}

.form_mail table
{
position:absolute;
/*cellspacing:1px;
cellpadding:2px;*/
}

.textfield_mail {background-color: #E7F4FA; margin:2px 0px; padding:3px 0px;	border: 1px solid #192666; /*#98bfe7;*/}
.textfield_mail:hover {background: #FFFF99;}
.textfield_mail:focus {background:#F2F5FE;}


