body {
	font-family: Lucida Sans Unicode;
	font-size: 10pt;
	color: #666666;
	background: #CCCCCC;
	text-align: center;
}

input, textarea {
	width: 200px;
	font-family: Lucida Sans Unicode;
	font-size: 8pt;
	color: #666666;
	background: #CCCCCC;
	border: 1px solid #666666;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #393839;
}

div#wrapperAll {
	width: 660px;
	margin: auto;
}

div#logo {
	background-image: url('top.png');
	background-repeat: no-repeat;
	clear: both;
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 27px;
}

div#content {
	background-image: url('border.png');
	background-repeat: repeat-y;
	margin:0px;
	clear: both;
}

div#wrapperNote {
	margin-left: auto;
	margin-right: auto;
	width: 591px;
}

div#noteTop {
	background-image: url('note_top.png');
	background-repeat: no-repeat;
	height:16px;
}

div#noteContent {
	background-image: url('note_bg.png');
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

div#noteBottom {
	background-image: url('note_bot.png');
	background-repeat: no-repeat;
	height:16px;
}

div#bottom {
	height: 60px;
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	margin:0px;
	padding-top:20px;
}

