.glider .glide-surface.silverglide .glide-craft { background: #FDFDFC; background: -moz-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFC), color-stop(100%, #EEF0EB)); background: -webkit-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%); background: -o-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%); background: -ms-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%); background: linear-gradient(to bottom, #FDFDFC 0%, #EEF0EB 100%); border: 1px solid #B7B7B7; -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; -moz-box-shadow: 0 0 20px #E0E0E0; -webkit-box-shadow: 0 0 20px #E0E0E0; box-shadow: 0 0 20px #E0E0E0; -moz-transition: background .3s ease; -webkit-transition: background .3s ease; transition: background .3s ease; width: 26px; height: 26px; padding: 4px 10px; position: relative; z-index: 1029; cursor: move; }