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

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

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

/* Rounded Bubble */
div.bubble div.rounded {
	margin: 0 10px 10px 10px;
	border: 1px solid #e0cded;
	background-color: #f5ecfb;
	width: 550px;
}
div.bubble div.rounded blockquote {
	border: 0;
	min-height: 80px;
	line-height: 1.4em; 
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 5px 0 10px 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}

div.bubble div.rounded blockquote.alt {
	border: 0;
	min-height: 10px;
	line-height: 1.4em; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px 0 10px 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote.alt p {
	margin: 0px 10px;
}

      
div.bubble div.rounded blockquote.style2 {
  padding: 5px 0 10px 0;
  	min-height: 10px;
  background-color: transparent;
  background-image: url(../img/openquote2.gif);
  background-position: 20px 3px;
  background-repeat: no-repeat;
  color: #333;
  text-indent: 23px;
  }
  
div.bubble div.rounded blockquote.style2 span {
     display: block;
     background-image: url(../img/closequote2.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }

div.bubble div.rounded blockquote.style2 p {
	margin: 0px 10px;
}


div.bubble cite.rounded {
	position: relative;
	margin: 0px 0 0 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 50px;
	top: 9px;
	background: transparent url(../img/tip-rounded.gif) no-repeat 15px 0;
}



/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(../img/tip-pimped.gif) no-repeat 15px 0;
}
