/*.top {
  animation : show 1.5s .2s, openTop 2s 1.2s;
}

.bottom {
 animation : show 1.5s .2s, openBottom 2s 1.2s;
}

.login {
 animation : hideLogin 1.5s, showLogin 1s 1.5s;
}*/

.contMessage img, .contMessageErrorManual img {
 /* name duration timing delay iteration direction*/
 animation : AsterVoIP .6s linear .4s infinite alternate;
}