#errmsg{
position: absolute;
right: 0;
top: 0;
background: white;
color: red;
border: 1px solid silver;
/* text-decoration: blink;  */
z-index: 9999;
}
#errmsg:hover{
  color: gray;
  background: transparent;

}
