@charset "utf-8";
/* CSS Document */

.more-button {
	position:absolute;
	left:15px;
    bottom:15px;
    width: 100px;
    height: 36px;
    box-sizing: "border-box";
    -moz-box-sizing: "border-box";
    -ms-box-sizing: "border-box";
    -webkit-box-sizing: "border-box";
    background-image: url(images/sprites.png);
    background-position: -0px -0px;
    text-indent: -10000px;
}