h4 { color: black; font-weight: normal;}

p.small {line-height:50%}

p.dashed1 {border-style: dashed; border-color: orange; padding: 0px; margin: 2px;}
p.dashed2 {border-style: dashed; border-color: orange; padding: 10px; margin: 0px;}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 10px;
	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-left: 23px;
	background: transparent url(curly.gif) no-repeat;
	font-style: normal;
	color: orange;
}

/* 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;
}
div.bubble div.rounded blockquote p {
	margin: 10px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	margin: 10px;
	color: black;
	border: 2px solid black;
	background-color: #FFFFCC;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-passporter.gif) no-repeat 19px 0;
}





