.swifttextareanotes1
{
	BACKGROUND: #ffefbb; COLOR: #000000; BORDER: 1px SOLID #bdac8e; PADDING: 2px 2px 2px 2px; VERTICAL-ALIGN: middle;
}

.swifttextareanotes2
{
	BACKGROUND: #e5c7ec; COLOR: #000000; BORDER: 1px SOLID #bdac8e; PADDING: 2px 2px 2px 2px; VERTICAL-ALIGN: middle;
}

.swifttextareanotes3
{
	BACKGROUND: #c7d6ec; COLOR: #000000; BORDER: 1px SOLID #bdac8e; PADDING: 2px 2px 2px 2px; VERTICAL-ALIGN: middle;
}

.swifttextareanotes4
{
	BACKGROUND: #e5ecc7; COLOR: #000000; BORDER: 1px SOLID #bdac8e; PADDING: 2px 2px 2px 2px; VERTICAL-ALIGN: middle;
}

.swifttextareanotes5
{
	BACKGROUND: #ecc9c9; COLOR: #000000; BORDER: 1px SOLID #bdac8e; PADDING: 2px 2px 2px 2px; VERTICAL-ALIGN: middle;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	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;
	font-style: normal;
	background: transparent URL('%themepath%images/notetip.gif') no-repeat 20px 0;
	z-index: 100;
}

/* Rounded Bubble */
div.bubble div.notebubble {
	color: #222222;
	margin-bottom: 0px;
	border: 3px solid #fff;
	background-color: #ffefbb;
	z-index: 99;
}
div.bubble div.notebubble blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.notebubble blockquote p {
	margin: 0px 10px;
}
div.bubble cite.tip {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent URL('%themepath%images/notetip1.gif') no-repeat 40px 0;
}

div#note2.bubble div.notebubble {
	color: #222222;
	border: 3px solid #fff;
	background-color: #e5c7ec;
}

div#note2.bubble cite.tip {
	background: transparent URL('%themepath%images/notetip2.gif') no-repeat 40px 0;
}

div#note3.bubble div.notebubble {
	color: #222222;
	border: 3px solid #fff;
	background-color: #c7d6ec;
}

div#note3.bubble cite.tip {
	background: transparent URL('%themepath%images/notetip3.gif') no-repeat 40px 0;
}

div#note4.bubble div.notebubble {
	color: #222222;
	border: 3px solid #fff;
	background-color: #e5ecc7;
}

div#note4.bubble cite.tip {
	background: transparent URL('%themepath%images/notetip4.gif') no-repeat 40px 0;
}

div#note5.bubble div.notebubble {
	color: #222222;
	border: 3px solid #fff;
	background-color: #ecc9c9;
}

div#note5.bubble cite.tip {
	background: transparent URL('%themepath%images/notetip5.gif') no-repeat 40px 0;
}
