.birthday-book {
    margin: 30px 0 0;
}

.birthday-book .bg {
    background: #e6e7e8;
    margin: 15px;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}

.birthday-book .top {
    background: url(../images/bow-top.png) 0 0 no-repeat;
    height: 119px;
    width: 109px;
    position: absolute;
    top: -21px;
    left: -6px;
    z-index: 2;
}

.birthday-book .bottom {
    background: url(../images/bow-bottom.png) 0 0 no-repeat;
    height: 73px;
    width: 83px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
}

.birthday-book .content {
    padding: 35px;
    text-align: center;
    position: relative;
    z-index: 3;
    min-height: 50px;
}