#shoutouts-module {
    position:relative;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-module-bg.jpg") no-repeat left top;
    width: 620px;
    height: 245px;
}

#shoutouts-header {
    position: absolute;
    top: 5px;
    left: 8px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-header.jpg") no-repeat left top;
    width: 604px;
    height: 98px;
}

#shoutouts-header #shoutouts-header-text {
    position: absolute;
    width: 300px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    top: 56px;
    left: 250px;
    letter-spacing: 0.5px;
    word-spacing: 3px;
}

#shoutouts-bubble {
    position: absolute;
    top: 4px;
    left: 145px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-bubble.png") no-repeat left top;
    width: 354px;
    height: 47px;
    border: 0;
    padding-top:5px;
    padding-left:32px;
    padding-bottom:3px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #666666;
    z-index: 1;
}

#shoutouts-bubble-back {
    position: absolute;
    top: 9px;
    left: 152px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-bubble.png") no-repeat left top;
    width: 354px;
    height: 47px;
    border: 0;
    padding-top:5px;
    padding-left:32px;
    padding-bottom:3px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #666666;
    z-index: 1;
}

#shoutouts-bubble-expanded {
    resize: none;
    position: absolute;
    top: 9px;
    left: 177px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-bubble-expanded.png") no-repeat left top;
    width: 315px;
    height: 70px;
    border: 0;
    padding-top:9px;
    padding-left:10px;
    padding-bottom:12px;
    padding-right:8px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #666666;
    z-index: 3;
    display: none;
    overflow-y: hidden;
}

#name {
    position: absolute;
    top: 110px;
    left: 178px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/input.png") no-repeat left top;
    width: 135px;
    height: 28px;
    border: 0;
    padding-top:5px;
    padding-left:7px;
    padding-right:10px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #666666;
    z-index: 2;
    display: none;
}

#age {
    position: absolute;
    top: 110px;
    left: 342px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/age.png") no-repeat left top;
    width: 60px;
    height: 28px;
    border: 0;
    padding-top:5px;
    padding-left:7px;
    padding-right:10px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #666666;
    z-index: 2;
    display: none;
}

#state {
    position: absolute;
    top: 110px;
    left: 430px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/age.png") no-repeat left top;
    width: 60px;
    height: 28px;
    border: 0;
    padding-top:5px;
    padding-left:7px;
    padding-right:10px;
    font-family: helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #666666;
    z-index: 2;
    display: none;
}


#shoutouts-button {
    position: absolute;
    top: 18px;
    left: 518px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-submit-button.png") no-repeat left top;
    width: 87px;
    height: 28px;
    cursor: pointer;
    z-index: 2;
}

#shoutouts-button-inactive {
    position: absolute;
    top: 13px;
    left: 510px;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-submit-button.png") no-repeat left top;
    width: 87px;
    height: 28px;
    z-index: 1;
}

#shoutouts-wrapper {
    position: absolute;
    top: 115px;
    left: 8px;
    background: #ffffff;
    width: 605px;
    height: 110px;
    overflow: hidden;
}

.shoutout {
    position: relative;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-shout-bg.png") no-repeat left top;
    width: 604px;
    height: 55px;
}

.shoutout .shoutout-message {
    position: relative;
    font-family: helvetica,Arial,sans-serif;
    font-style: italic;
    color: #ffffff;
    top: 6px;
    left: 6px;
}

.shoutout .shoutout-user {
    position: relative;
    font-family: helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #c4c4c4;
    top: 8px;
    left: 6px;
}

.shoutout .shoutout-time {
    position: relative;
    font-family: helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #c4c4c4;
    top: 8px;
    left: 6px;
}

#shoutouts-shadow-overlay {
    position:absolute;
    top:0;
    left:0;
    background: url("http://cdn.dolimg.com/xd/media/global/template/front/shoutouts/shoutout-module-shadow-overlay.png") no-repeat left top;
    width: 620px;
    height: 245px;
    z-index: 1;
    display:none;
}