.note-list {

}

.note-list-message {
	padding: 5px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.list-message-label {
	line-height: 2.0em;
	border: 1px solid #CCC;
	background: #F5F5F5;
	padding: 0 5px;
}

.list-message-title {
	font-weight: bold;
	padding: 0 2px;
}

.list-message-title span, .list-message-label span {
	font-weight: normal;
	float: right;
	font-size: 0.8em;
}

.list-message-content {
	margin: 5px 2%;
}

.list-message-replay {
	margin: 0 2%;
	background: #FFC;
	padding: 2px;
}

.note-list-add {
	border: 1px dashed #C4BFAC;
	background: url(images/room_search_bg.gif) repeat-x bottom left;
	padding: 10px;
}

.note-list-add p {
	margin: 8px;
}

.list-add-content label {
	vertical-align: top; 
}

.list-add-title {
	text-align: center;
	font-weight: bold;
}

.button-list-add {
	text-align: center;
}

.list-add-name input, .note-list-add textarea {
	width: 500px;
}