.jump-link { text-align: right; margin-top: 10px; margin-bottom: 5px; } .jump-link a { -moz-box-shadow:inset 1px 0px 0px 0px #bacad9; -webkit-box-shadow:inset 1px 0px 0px 0px #bacad9; box-shadow:inset 1px 0px 0px 0px #bacad9; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #799aba), color-stop(1, #afc0d1) ); background:-moz-linear-gradient( center top, #799aba 5%, #afc0d1 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#799aba', endColorstr='#afc0d1'); background-color:#799aba; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #91acc7; display:inline-block; color:#ffffff; font-family:arial; font-size:15px; font-weight:bold; padding:6px 10px; text-decoration:none; text-shadow:1px 1px 3px #728394; } .jump-link a:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #afc0d1), color-stop(1, #799aba) ); background:-moz-linear-gradient( center top, #afc0d1 5%, #799aba 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#afc0d1', endColorstr='#799aba'); background-color:#afc0d1; }