/* CSS Document */

body{
	background:#90A0AF;
	margin-top:3px;
}
.notes{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:405px;
}
#close{
	color:#FFFFFF;
	background:#333333;
	width:200px;
	padding:3px;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #FFFFFF;
}
#close a, #close a:link, #close a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
#close a:hover{
	color:#FFFF00;
	text-decoration:overline underline;
}
#clear{
	clear:both;
}
