﻿.vBubbleContainer{
    width:550px;
}
.vBubbleTop{
    width:550px;height:10px;
    background:url("bubbles/vBubbleTop.png") no-repeat top left;
}
.vBubbleMiddle{
    width:550px;
    padding:10px 0px;
    background:url("bubbles/vBubbleRpt.png") repeat-y top left;
}
.vBubbleBottom{
    width:550px;height:14px;
    background:url("bubbles/vBubbleBottom.png") no-repeat top left;
}
.vBubbleContent{
    font-family:Arial, Helvetica, sans-serif;
    padding:0px 8px 0px 12px;
    font-size:11px;color:#000;
}
.vBubbleContent h1{color:#990033;font-size:13px;font-weight:bold;}
.vBubbleContent p{padding:4px 0px 4px 0px;}
.vBubbleContent table tr td{padding:3px;text-align:center;}