/*-------------------------------------------------------------------------------
 | Guestbook Styles
 +-----------------------------------------------------------------------------*/

#gbook {
	}

#gbook .table-guestbook {
	border-top: 1px solid #e5cb73;
	border-left: 1px solid #e5cb73;
	border-right: 1px solid #e5cb73;
	border-bottom: 1px solid #e5cb73;
	margin-top: 5px;
	}

#gbook .table-guestbook td {
	padding: 2px 5px;
	line-height: 13px;
	}

#gbook .topbox {
	}

#gbook .list-wrap {
	}
	
#gbook .msg-wrap {
	border: 1px solid #e5cb73;
	margin-top: 5px;
	}

#gbook .msghead, 
#gbook td.msghead {
	background: #fff3cc;
	padding: 10px;
	line-height: 13px;
	}

#gbook .date {
	font-weight: bold;
	}

#gbook .name-location {
	}

#gbook .name {
	font-weight: bold;
	color: #000;
	}

#gbook .comment {
	padding: 10px;
	}

#gbook .custom {
	background: #999;
	}

#gbook .menubox {
	display: table;
	background: #e5cb73;
	padding: 5px;
	width: 100%;
	margin-top: 5px;
	}

#gbook .signbtn {
	float: left;
	}

#gbook .form-buttons {
	text-align: left;
	padding: 5px 0;
	}

#gbook .total {
	float: right;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 4px;
	}

#gbook .notice {
	border: 1px solid #f2f2f2;
	font-weight: bold;
	padding: 15px;
	}


