.connectbtn{-webkit-animation-name: greenPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-name: greenPulse; animation-duration: 2s; animation-iteration-count: infinite; -moz-animation-name: greenPulse; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url("Scripts/PIE.htc"); zoom:1;} @-webkit-keyframes greenPulse {from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #fff; }50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #fff; }} @-moz-keyframes greenPulse {from { background-color: #749a02; -moz-box-shadow: 0 0 9px #fff; }50% { background-color: #91bd09; -moz-box-shadow: 0 0 18px #91bd09; }to { background-color: #749a02; -moz-box-shadow: 0 0 9px #fff; }} @keyframes greenPulse {from { background-color: #749a02