

.bubble-r
{
position: absolute;
top:100px;
width: 190px;
height: 150px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: #ddd solid 1px;
text-align:center;
padding:10px;
}

.bubble-r:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
right: -15px;
top: 85px;
}

.bubble-r:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent #ddd;
display: block;
width: 0;
z-index: 0;
right: -16px;
top: 85px;
}
