/* BUTTON MYGTUKAI */
.eiti {
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFAE00;
   font-family: Arial;
   font-size: 25px;
   font-weight: 600;
   padding: 5px;
   text-shadow: 0 1px 0 #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.eiti:hover {
   border: double #FFFFFF 1px;
   background: #5B79F1;
   background-image: -webkit-linear-gradient(top, #5B79F1, #296EBB);
   background-image: -moz-linear-gradient(top, #5B79F1, #296EBB);
   background-image: -ms-linear-gradient(top, #5B79F1, #296EBB);
   background-image: -o-linear-gradient(top, #5B79F1, #296EBB);
   background-image: -webkit-gradient(to bottom, #5B79F1, #296EBB);
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   text-decoration: none;
}

a#line:hover {text-decoration: none;}