.example_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #66CC33;
	border: thin solid #000000;
	display: block;
	margin: 5px;
	padding: 10px;
	width: 220px;
	float: right;
	clear: none;
	top: 20px;
	right: 800px;
	position: static;
}
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	position: relative;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #CCFF99;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}
.float_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	clear: both;
}
.float_left {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
	clear: both;
}
.CS_font_red {
	color:#FF0000;
}