/* Start of CMSMS style sheet 'bubble.css' */
div.info_bubble_outer {
	width: 100%;
	background-image: url("../../../include/layout/images/info-line.gif");
	background-repeat: repeat-y;
	border: 1px solid #bccbda;
	margin-bottom: 10px;
}

div.success_bubble_outer {
	width: 100%;
	background-image: url("../../../include/layout/images/success-line.gif");
	background-repeat: repeat-y;
	border: 1px solid #bccbda;
	margin-bottom: 10px;
}

div.fail_bubble_outer {
	width: 100%;
	background-image: url("../../../include/layout/images/fail-line.gif");
	background-repeat: repeat-y;
	border: 1px solid #d3b1d3;
	margin-bottom: 10px;
}

div.bubble_inner {
	border: 0;
	padding-right: 5px;
}

div.bubbleheader, div.bubbletext {
	text-align: left;
	float: left;
	padding: 0 0 0 10px;
	width: 725px;
}

div.bubbletext {
	padding-bottom: 5px;
}

div.bubbleheader {
	font-weight: bold;
	color: #464646;
	padding-bottom: 5px;
	padding-top: 3px;
}

div.bubblewrap {
	border-top: 1px solid white;
	border-left: 1px solid white;
	padding-right: 5px;
}

div.bubbleicon {
	float: left;
	padding: 8px 6px 7px 10px;
}

/* End of 'bubble.css' */

