@charset "utf-8";
/* CSS Document */

.note {
	border: 3px #A3C75D solid;
	background-color: #FFF;
	padding: 10px;
	height: 80px;

}

.note-font {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #333333;

}

.note a {
	color: #333333;
	text-decoration: underline;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
}

.note-img {
	padding-right: 15px;
	border: none;
	float: left;
}

.clear {
	clear: both;
}