/* Normal Bubble */
div.bubble {
    width: auto;
    margin-bottom: 24px;
}

div.bubble blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
    background: #fff url(bubbles/quote.png) no-repeat 0 0;
}

div.bubble blockquote p {
    margin: 10px 0 0 10px;
    padding: 5px 15px 15px 5px;
    background: transparent url(bubbles/quote-end.png) no-repeat bottom right;
}

div.bubble cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 6px;
    background: transparent url(bubbles/tip.gif) no-repeat 20px 0;
    font-style: normal;
}
div.bubble.emphased blockquote {
    background-color: #b7e0ff;
}

/* Rounded Bubble */
div.bubble div.rounded {
    margin-bottom: 10px;
    border: 3px solid #fff;
    background-color: #b7e0ff;	
}
div.bubble div.rounded blockquote {
    border: 0;
    background-color: transparent;
    background-image: none;
}
div.bubble div.rounded blockquote p {
    margin: 0px 10px;
    background-image: none;
}
div.bubble cite.rounded {
    position: relative;
    margin: 0px;
    padding-left: 15px;
    padding-top: 12px;
    top: 9px;
    background: transparent url(bubbles/tip-rounded.gif) no-repeat 15px 0;
}
div.bubble h1 {
    font-size: 1.2em;
    padding-left: 10px;
    text-transform: uppercase;
}
div.bubble ul {
    list-style-type: none;
    padding: 0 20px 5px 20px;
}
div.bubble ul li {
    background-color: #1fa7d5;
    color: #fff;
    font-size: 1.0em;
    /*n0font-weight: bold;*/
    padding: 0 5px;
    margin: 5px;
    text-align: right;
    text-transform: uppercase;
}

div.bubble li a {
    color: #fff;
}
