@charset "utf-8";
/* CSS Document */

.se{
  background-image: url('imgs/scripteasy.png');
  background-repeat: no-repeat;
  display:inline-block; vertical-align:middle;
}

.se-lock {
  height: 50px;
  width:50px;
  background-position: -5px -5px;
}

.se-return {
  height: 50px;
  width:50px;
  background-position: -5px -55px;
}

.se-ship {
  height: 50px;
  width:50px;
  background-position: -5px -105px;
}

.se-exclaim {
  height: 50px;
  width:50px;
  background-position: -5px -150px;
}

.se-check {
  height: 50px;
  width:50px;
  background-position: -5px -150px;
}

.se-close {
  height: 50px;
  width:50px;
  background-position: -5px -200px;
}

.se-travel {
    height: 50px;
    width: 50px;
    background-position: -50px -5px;
}

.se-plus {
    height: 50px;
    width: 50px;
    background-position: -50px -55px;
}

.se-free {
    height: 50px;
    width: 50px;
    background-position: -50px -105px;
}


