.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;
	color:#954F43;
}

.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 solid #DDE6E5;	
	padding:10px 0;
}

.note-list-add label{
	display:inline-block;
	width:80px;
	padding-top:2px;
	text-align:right;
	vertical-align: top; 
}

.note-list-add input{
	margin-left:4px;
}

.note-list-add p {
	margin: 8px;
}

.list-add-title {
	text-align: center;
	font-weight: bold;
}

.button-list-add {
	text-align: center;
}

.list-add-name input {
	width: 498px;
}

.note-list-add textarea {
	width: 500px;
}
.reservation-success {
	background: #F7F4E1;
	border: 3px double #F7F4E1;
	padding-top: 40px;
	width: 90%;
	height: 70px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
