#root {
	z-index: 1000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	height: 320px;
	width: 270px;
	position: absolute;
	display: block;
	background-image: url(../splash_note/splash_note.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 20%;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 260px;
	visibility: visible;
}
#handle {
	margin:0px;
	padding:0px;
	width: 180px;
	display: block;
	top: 0px;
	height: 60px;
	left: 18px;
	position: absolute;
	cursor: move;
}
#close {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4301F;
	height: 20px;
	width: 60px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	top: 34px;
	right: 13px;
	position: absolute;
}
#close a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4301F;
	font-weight: bold;
	text-decoration: none;
}
#close a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4301F;
	font-weight: bold;
	text-decoration: none;
}
#close a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D83C25;
	font-weight: bold;
	text-decoration: underline;
	background-color: #E9F413;
}

