/*body {
	margin: 80px 40px 40px;
	width: 50%;
	background-color: #e6e6e6;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}*/

/* 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;
	color: #666666;
	font-size: 16px;
}

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

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #ffffff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	font-size: 13px;
	position: relative;
	margin: 0px;
	padding-left: 15px;
	top: 9px;
	background: url(images/tip-rounded-white.png) no-repeat 15px 0;
	padding-top: 14px;
}

/* 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: url(images/tip-pimped.gif) no-repeat 15px 0;
}

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

div.bubble2 div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #ffffff;
}

div.bubble3 {
	width: auto;
	margin-bottom: 24px;
}

div.bubble3 div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #f1f1f1;
}