@charset "utf-8";
/* CSS Document */

.papernote
{
	background-image:url('../images/papernote.png');
	width:170px;
	height:150px;
	position:fixed;
	left:25%;
	font-size:15px;
	color:#012;
	padding:15px;	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	z-index:100;
}
.papernote_hidden
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
	padding:5px;	
	left:25%;	
	color:#012;	
	position:fixed;	
	background-image:url('../images/papernote_hint.png');	
	width:190px;
	height:46px;
	z-index:100;
}
.papernote a
{
	color:#012;	
}
.papernote_hidden a
{
	color:#012;	
}