/* =============================================== */
/* Rounded Container Styles
/* =============================================== */
.RoundedContentContainer {
    position: relative;
}

.RoundedContentContainer .RoundedContentTop {
    width: 100%;
    float: left;
    position: relative;
}

.RoundedContentContainer .RoundedContentTopLeft {
    float: left;
    background-position: left top;
    font-size: 1px;
    line-height: 1px;
    position: relative;
}

.RoundedContentContainer .RoundedContentTopMiddle {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
    line-height: 1px;
    position: relative;
}

.RoundedContentContainer .RoundedContentTopRight {
    float: left;
    background-position: right top;
    font-size: 1px;
    line-height: 1px;
    position: relative;
}

.RoundedContentContainer .RoundedContentClose {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../Images/Modal/closebox.png') no-repeat;
    position: absolute;
    right: 5px;
    top: 0px;
    outline: none;
}

.RoundedContentContainer .RoundedContentCenter {
    width: 100%;
    float: left;
    background-position: left top;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.RoundedContentContainer .RoundedContentCenterRight {
    background-position: right top;
    padding: 0px;
    margin: 0px;
}

.RoundedContentContainer .RoundedContentBottom {
    width: 100%;
    float: left;
    position: relative;
}

.RoundedContentContainer .RoundedContentBottomLeft {
    float: left;
    background-position: left bottom;
    font-size: 1px;
    line-height: 1px;
    position: relative;
}

.RoundedContentContainer .RoundedContentBottomMiddle {
    float: left;
    margin: 0px;
    padding: 0px;
    background-position: 0px bottom;
    position: relative;
}

.RoundedContentContainer .RoundedContentBottomRight {
    float: left;
    background-position: right bottom;
    font-size: 1px;
    line-height: 1px;
    position: relative;
}

.RoundedContentContainer .RoundedContentContent {
    overflow: hidden;
}

/* =============================================== */
/* White
/* =============================================== */
.RoundedContentContainer.White .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/White/tl.png') no-repeat;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.White .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/White/tm.png') repeat-x;
    width: 94%;
    min-height: 8px;
}

.RoundedContentContainer.White .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/White/tr.png') no-repeat;
    background-position: right top;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.White .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/White/ml.png') repeat-y;
}

.RoundedContentContainer.White .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/White/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.White .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/White/bl.png') no-repeat;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.White .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/White/bm.png') repeat-x;
    min-height: 8px;
    width: 94%;
}

.RoundedContentContainer.White .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/White/br.png') no-repeat;
    background-position: right bottom;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.White .RoundedContentContent {
    margin: 0px 8px 0px 8px;
    background: #fff;
}

/* =============================================== */
/* White Plain (No Border)
/* =============================================== */
.RoundedContentContainer.WhitePlain .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/tl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhitePlain .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/tm.png') repeat-x;
    width: 94%;
    min-height: 6px;
}

.RoundedContentContainer.WhitePlain .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/tr.png') no-repeat;
    background-position: right top;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhitePlain .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/ml.png') repeat-y scroll 0 0 white;
}

.RoundedContentContainer.WhitePlain .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.WhitePlain .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/bl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhitePlain .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/bm.png') repeat-x;
    min-height: 6px;
    width: 94%;
}

.RoundedContentContainer.WhitePlain .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/WhitePlain/br.png') no-repeat;
    background-position: right bottom;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhitePlain .RoundedContentContent {
    margin: 0px 6px 0px 6px;
    background: #fff;
}

/* =============================================== */
/* White Big (No Border, 10px rounded)
/* =============================================== */
.RoundedContentContainer.WhiteBig .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/tl.png') no-repeat;
    min-height: 10px;
    min-width: 10px;
}

.RoundedContentContainer.WhiteBig .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/tm.png') repeat-x;
    width: 94%;
    min-height: 10px;
}

.RoundedContentContainer.WhiteBig .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/tr.png') no-repeat;
    background-position: right top;
    min-height: 10px;
    min-width: 10px;
}

.RoundedContentContainer.WhiteBig .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/ml.png') repeat-y;
}

.RoundedContentContainer.WhiteBig .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.WhiteBig .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/bl.png') no-repeat;
    min-height: 10px;
    min-width: 10px;
}

.RoundedContentContainer.WhiteBig .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/bm.png') repeat-x;
    min-height: 10px;
    width: 94%;
}

.RoundedContentContainer.WhiteBig .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/WhiteBig/br.png') no-repeat;
    background-position: right bottom;
    min-height: 10px;
    min-width: 10px;
}

.RoundedContentContainer.WhiteBig .RoundedContentContent {
    margin: 0px 10px 0px 10px;
    background: #fff;
}

/* =============================================== */
/* Blue
/* =============================================== */
.RoundedContentContainer.Blue .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/Blue/tl.png') no-repeat;
    min-height: 7px;
    min-width: 7px;
}

.RoundedContentContainer.Blue .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/Blue/tm.png') repeat-x;
    width: 94%;
    min-height: 7px;
}

.RoundedContentContainer.Blue .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/Blue/tr.png') no-repeat;
    background-position: right top;
    min-height: 7px;
    min-width: 7px;
}

.RoundedContentContainer.Blue .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/Blue/ml.png') repeat-y;
}

.RoundedContentContainer.Blue .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/Blue/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.Blue .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/Blue/bl.png') no-repeat;
    min-height: 7px;
    min-width: 7px;
}

.RoundedContentContainer.Blue .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/Blue/bm.png') repeat-x;
    min-height: 7px;
    width: 94%;
}

.RoundedContentContainer.Blue .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/Blue/br.png') no-repeat;
    background-position: right bottom;
    min-height: 7px;
    min-width: 7px;
}

.RoundedContentContainer.Blue .RoundedContentContent {
    margin: 0px 7px 0px 7px;
    background: #d6dee2;
}

/* =============================================== */
/* Grey
/* =============================================== */
.RoundedContentContainer.Grey .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/Grey/tl.png') no-repeat;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.Grey .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/Grey/tm.png') repeat-x;
    width: 94%;
    min-height: 8px;
}

.RoundedContentContainer.Grey .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/Grey/tr.png') no-repeat;
    background-position: right top;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.Grey .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/Grey/ml.png') repeat-y;
}

.RoundedContentContainer.Grey .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/Grey/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.Grey .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/Grey/bl.png') no-repeat;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.Grey .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/Grey/bm.png') repeat-x;
    min-height: 8px;
    width: 94%;
}

.RoundedContentContainer.Grey .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/Grey/br.png') no-repeat;
    background-position: right bottom;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.Grey .RoundedContentContent {
    margin: 0px 8px 0px 8px;
    background: #565656;
}

/* =============================================== */
/* Black
/* =============================================== */
.RoundedContentContainer.Black .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/Black/tl.png') no-repeat;
    min-height: 16px;
    min-width: 6px;
    background-position: right 10px;
}

.RoundedContentContainer.Black .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/Black/tm.png') repeat-x;
    width: 94%;
    min-height: 16px;
    background-position: center bottom;
}

.RoundedContentContainer.Black .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/Black/tr.png') no-repeat;
    background-position: right 10px;
    min-height: 16px;
    min-width: 6px;
}

.RoundedContentContainer.Black .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/Black/ml.png') repeat-y;
}

.RoundedContentContainer.Black .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/Black/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.Black .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/Black/bl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.Black .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/Black/bm.png') repeat-x;
    min-height: 6px;
    width: 94%;
}

.RoundedContentContainer.Black .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/Black/br.png') no-repeat;
    background-position: right bottom;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.Black .RoundedContentContent {
    margin: 0px 6px 0px 6px;
    background: #000;
}

/* =============================================== */
/* Black Orange
/* =============================================== */
.RoundedContentContainer.BlackOrange .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/tl.png') no-repeat;
    min-height: 18px;
    min-width: 8px;
    background-position: right bottom;
}

.RoundedContentContainer.BlackOrange .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/tm.png') repeat-x;
    width: 94%;
    min-height: 18px;
    background-position: center bottom;
}

.RoundedContentContainer.BlackOrange .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/tr.png') no-repeat;
    background-position: left bottom;
    min-height: 18px;
    min-width: 8px;
}

.RoundedContentContainer.BlackOrange .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/ml.png') repeat-y;
}

.RoundedContentContainer.BlackOrange .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.BlackOrange .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/bl.png') no-repeat;
    background-position: right top;      
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.BlackOrange .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/bm.png') repeat-x;
    min-height: 8px;
    width: 94%;
}

.RoundedContentContainer.BlackOrange .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/BlackOrange/br.png') no-repeat;
    background-position: left top;
    min-height: 8px;
    min-width: 8px;
}

.RoundedContentContainer.BlackOrange .RoundedContentContent {
    margin: 0px 3px 0px 3px;
    text-align: center;
    background: #000;
}

/* =============================================== */
/* White Grey Border
/* =============================================== */
.RoundedContentContainer.WhiteGreyBorder .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/tl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
    background-position: right top;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/tm.png') repeat-x;
    width: 94%;
    min-height: 6px;
    background-position: center bottom;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/tr.png') no-repeat;
    background-position: right top;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/ml.png') repeat-y;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/bl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/bm.png') repeat-x;
    min-height: 6px;
    width: 94%;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/br.png') no-repeat;
    background-position: right bottom;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.WhiteGreyBorder .RoundedContentContent {
    margin: 0px 6px 0px 6px;
    background: url('../Images/Backgrounds/Rounded/WhiteGreyBorder/background.png');
}

/* =============================================== */
/* Red
/* =============================================== */
.RoundedContentContainer.Red .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/Red/tl.png') no-repeat;
    min-height: 6px;
    min-width: 14px;
    background-position: right top;
}

.RoundedContentContainer.Red .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/Red/tm.png') repeat-x;
    width: 94%;
    min-height: 6px;
}

.RoundedContentContainer.Red .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/Red/tr.png') no-repeat;
    background-position: right top;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.Red .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/Red/ml.png') no-repeat;
    background-position: left center;
}

.RoundedContentContainer.Red .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/Red/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.Red .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/Red/bl.png') no-repeat;
    min-height: 6px;
    min-width: 14px;
    background-position: right bottom;
}

.RoundedContentContainer.Red .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/Red/bm.png') repeat-x;
    min-height: 6px;
    width: 94%;
    border-top: 1px solid #ff4141;
}

.RoundedContentContainer.Red .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/Red/br.png') no-repeat;
    background-position: right bottom;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.Red .RoundedContentContent {
    margin: 0px 6px 0px 14px;
    background: #ff4141;
}

/* =============================================== */
/* Light Grey
/* =============================================== */
.RoundedContentContainer.LightGrey .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/LightGrey/tl.png') no-repeat;
    min-height: 5px;
    min-width: 5px;
    background-position: right top;
}

.RoundedContentContainer.LightGrey .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/LightGrey/tm.png') repeat-x;
    width: 94%;
    min-height: 5px;
}

.RoundedContentContainer.LightGrey .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/LightGrey/tr.png') no-repeat;
    background-position: right top;
    min-height: 5px;
    min-width: 5px;
}

.RoundedContentContainer.LightGrey .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/LightGrey/ml.png') repeat-y;
    background-position: left center;
}

.RoundedContentContainer.LightGrey .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/LightGrey/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.LightGrey .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/LightGrey/bl.png') no-repeat;
    min-height: 5px;
    min-width: 5px;
    background-position: right bottom;
}

.RoundedContentContainer.LightGrey .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/LightGrey/bm.png') repeat-x;
    min-height: 5px;
    width: 94%;
}

.RoundedContentContainer.LightGrey .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/LightGrey/br.png') no-repeat;
    background-position: right bottom;
    min-height: 5px;
    min-width: 5px;
}

.RoundedContentContainer.LightGrey .RoundedContentContent {
    margin: 0px 5px 0px 5px;
    background: #e7e7e7;
}

/* =============================================== */
/* Light Grey Border
/* =============================================== */
.RoundedContentContainer.LightGreyBorder .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/tl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
    background-position: right top;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/tm.png') repeat-x;
    width: 94%;
    min-height: 6px;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/tr.png') no-repeat;
    background-position: right top;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/ml.png') repeat-y;
    background-position: left center;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/bl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
    background-position: right bottom;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/bm.png') repeat-x;
    min-height: 6px;
    width: 94%;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/LightGreyBorder/br.png') no-repeat;
    background-position: right bottom;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.LightGreyBorder .RoundedContentContent {
    margin: 0px 6px 0px 6px;
}

/* =============================================== */
/* Facebook Post
/* =============================================== */
.RoundedContentContainer.FacebookPostBorder .RoundedContentTopLeft {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/tl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
    background-position: right top;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentTopMiddle {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/tm.png') repeat-x;
    width: 94%;
    min-height: 6px;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentTopRight {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/tr.png') no-repeat;
    background-position: right top;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentCenter {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/ml.png') repeat-y;
    background-position: left center;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentCenterRight {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/mr.png') repeat-y;
    background-position: right top;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentBottomLeft {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/bl.png') no-repeat;
    min-height: 6px;
    min-width: 6px;
    background-position: right bottom;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentBottomMiddle {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/bm.png') repeat-x;
    min-height: 6px;
    width: 94%;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentBottomRight {
    background: url('../Images/Backgrounds/Rounded/FacebookPost/br.png') no-repeat;
    background-position: right bottom;
    min-height: 6px;
    min-width: 6px;
}

.RoundedContentContainer.FacebookPostBorder .RoundedContentContent {
    margin: 0px 6px 0px 6px;
}
