/*  QUOTES  */

.wall-all-messages, .wall-all-messages a {
    position: relative;
    font-size: 9px;
    color: #CCCCCC;
    margin-top: -15px;
    margin-bottom: -5px;
    padding: 0px;
    text-align: right;
    width: 100%;
    align: right;
}


.comments-all-messages, .comments-all-messages a {
    position: relative;
    font-size: 9px;
    color: #CCCCCC;
    margin-top: -15px;
    margin-bottom: -5px;
    padding: 0px;
    text-align: right;
    width: 100%;
    align: right;
}

.b-story-quote {
    margin-top: .6em;
      width: 100%;
    margin-bottom:20px;
}


.b-story-quote .quote-owner {
    font-size: 90%;
    position: relative;
    top: -1px;
    margin-left: 15px;
    padding: 7px 0 0 25px;
    background: url( "/images/sys/tail.png" ) no-repeat;
}

.b-story-quote .quote-link {
    margin-left: .9em
}

.b-story-quote .h-corners {
    overflow: hidden
}

.b-story-quote .b-corners-body {
    padding: 6px 7px 7px;
    color: #000
}

.b-corners {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #fff
}

.b-corners-rt, .b-corners-rb, .b-corners-lb, .b-corners-lt {
    position: absolute;
    overflow: hidden
}

.b-corners-rt, .b-corners-rb {
    right: -1px
}

.b-corners-lb, .b-corners-lt {
    left: -1px
}

.b-corners-lt, .b-corners-rt {
    top: -1px
}

.b-corners-rb, .b-corners-lb {
    bottom: -1px
}

.b-corners-rt i, .b-corners-rb i, .b-corners-lb i, .b-corners-lt i {
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat
}

.b-corners .b-corners-rt i {
    top: 0
}

.b-corners .b-corners-lb i {
    left: 0
}

.b-corners .b-corners-lt i {
    top: 0;
    left: 0
}

.b-corners-body {
    display: block
}

.b-corners-gray5 {
    background: #fff;
    border: 1px solid #bfbfbf
}

.b-corners-gray5 .b-corners-body {
    padding: 6px 12px 5px 6px;
    color: #666
}

.b-corners-gray5 .b-corners-rt, .b-corners-gray5 .b-corners-rb, .b-corners-gray5 .b-corners-lb, .b-corners-gray5 .b-corners-lt {
    width: 5px;
    height: 5px
}

.b-corners-gray5 .b-corners-rt i, .b-corners-gray5 .b-corners-rb i, .b-corners-gray5 .b-corners-lb i, .b-corners-gray5 .b-corners-lt i {
 /*   background: url( "/images/sys/corners-.png" )       */
}

.b-corners-gray5 .b-corners-rt i {
    left: -5px
}

.b-corners-gray5 .b-corners-rb i {
    top: -5px;
    left: -5px
}

.b-corners-gray5 .b-corners-lb i {
    top: -5px
}

.quote-owner {
    color: #BBBBBB;
}

