body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
.zone_title {
	font-size: 1.1em;
}
#page_note {
	float:left;
	width:47%;
	height:120px;
	overflow: auto;
	border:1px solid #ba6b4c;
	padding:3px;
	margin:5px;	
}
.note {
	float:left;
	width:47%;
	margin:5px;	
}
.note p {
	color: #ba6b4c;
	position: relative;
	float:left;
	margin-bottom:5px;
	width: 100%;
	font-weight: bold;
	font-size:0.8em;
}
.note .login {
	color: black;
	font-weight: normal;
	margin-right: 5px;
}
#send_note textarea {
	width:100%;
	height:80px;
}
#edit_note textarea {
	width:100%;
	height:155px;
}
.note .edit {
	float:left;
	position:relative;
	padding-top:5px;
	color: #650a05;
	font-weight: bold;
}
.note .edit select {
	margin-left: 10px;
}
