#container-guestbook {
	width: 100%;
	border-bottom: solid 1px #333230;
	background: #fff url(imgs/bg-program-guestbook.jpg) center top no-repeat;	
}
#content {
	width: 710px;
	padding-top: 113px;
	padding-bottom: 4em;
	margin: 0 95px;
	font-size: 80%;
	text-align: left;
	background: url(imgs/bg-content-guestbook.gif) left 260px no-repeat;
}
#msg-wrapper {
	width: 450px !important;
	width /**/: 480px;
	margin-top: 25px;
	margin-left: 230px;
}
.msg {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
	color: #ADADAD;
	border: 1px solid #e6e6e6;
	background: #f7f7f7;
}
.msg-auther {
	color: #666;
	text-decoration: none;
}
.msg-auther a {
	color: #3BB9DE;
	font-weight: bold;
	text-decoration: none;
}
.msg-auther a:hover {
	text-decoration: underline;
}
.msg-content {
	color: #666;
	margin: 1em 0 2em 0;
}
.msg-reply {
	width: 348px;
	margin-left: 65px;
	padding: 15px;
	color: #666;
	background: #D8D8D9;
}
.msg-reply-auther {
	display: block;
	margin-bottom: 1em;
	color: #9E0B0E;
}
#msg-form {
	width: 90%;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #D8D8D9;
	background: url(imgs/bg-content-form.gif) left 30px no-repeat;
}
#inquiry {
	width: 480px; 
	margin-left: 230px;
}
#inquiry table {
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	padding: 5px;
}
#inquiry th {
	width: 100px;
	padding: 5px; 
	margin-top: 3px;
	vertical-align: top;
	font-weight: normal;
	text-align: right;
	color: #8C6239;
}
#inquiry th.must {
	color: #ff0000;
}
.text1, .text2, { /* 相同的就一齊設 */
	border: 1px solid  #CCC;
	background-color: #F3F3F3;
	padding: 2px;

}
.text1 {
	width: 198px;
}
.text2 {/* 內容 */
	width: 98%;
}
#code {
	margin-bottom: 0;
	margin-left: 5px;
}
#code img {
	margin-top: 5px;
}
.msg-admin-panel {
	margin-top: 1em;
}
.msg-admin-panel a{
	color: #F75B1E;
	text-decoration: none;
}
.msg-admin-panel a:hover{
	text-decoration: underline;
}
#admin-panel {
	text-align: left;
	margin-left: 1em;
	margin-bottom: .5em;
	font-size: 70%;
}
#admin-panel a {
	color: #888;
	text-decoration: none;
}
#admin-panel a:hover {
	color: #333;
}

