.purchase-pop{
    display: none;

    height: 135px;
    padding: 10px;
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 15px;

}

.purchase-pop:hover{
    cursor: pointer;
}

.purchase-pop .inner{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background: #eee url('/static/resources/tinybox.png') no-repeat;
    padding: 0 15px 0 100px;
    font-size: 1.1em;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 3px #999;
    line-height: 1.6em;
}

.purchase-pop .inner .text{
    display: table-cell;
    height: 113px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.purchase-pop .inner .bold{
    font-weight: bold;
}