/*
 * Guestbook
 */
#guestbook {
	float: left;
	text-align: center;
	width: 565px;
	padding: 5px;
}
#guestbook h2 {
	border-bottom: #ddd 1px solid;
	padding: 10px;
	text-align: left;
}
#guestbook h2 a {
	font-size: 22pt;
	font-family: "Malgun Gothic", Dotum, 돋움, sans-serif;
	color: #666;
	text-decoration: none;
}
#guestbook table { table-layout: fixed; width: 100%; text-align: left; }
#guestbook .i { 
	border: #ddd 1px solid; 
	background-color: #fff; 
	width: 90%; 
	color: #666; 
	padding: 3px; 
	font-family: Dotum, 돋움, sans-serif;
	font-size: 11px;
}
#guestbook .s {
	border: 0 none;
	color: #fff;
	background-color: #5e5e5e;
	padding: 10px;
	font-size: 12px;
}
#guestbook .i:focus { border: #aaa 2px solid; }
#guestbook .text { 
	border: #ddd 1px solid; 
	padding: 5px; 
	width: 90%; 
}
#guestbook .text:focus { border: #aaa 2px solid; }
#guestbook td {
	font-family: Dotum, 돋움, sans-serif; 
	font-size: 11px;
}
#guestbook td span { color: green; }
#guestbook .opt1 {
	padding: 7px; 
	border-bottom: #eee 1px solid; 
	width: 20%; 
	color: #999;
	background-color: #fafafa;
}
#guestbook .opt2 { 
	padding: 7px; 
	border-bottom: #eee 1px solid; 
	width: 70%; 
}
#guestbook .btn { text-align: center; }
#guestbook .btn input { 
	background: url(option_back.gif); 
	padding: 10px; 
	margin: 10px; 
	font-weight: bold; 
	border: #eee 3px solid;
}
#guestbook .btn input:hover { border: #aaa 3px solid; }
#guestbook .guestBox {
	text-align: left;
}
#guestbook .replyBox {
	margin: 0 10px 0 100px;
	text-align: left;
}
#guestbook .top {
	background: url(s.bottom.background.gif) repeat-x bottom;
	padding: 7px;
}
#guestbook .top span,
#guestbook .top a {
	font-family: Dotum, 돋움, sans-serif;
	font-size: 11px;
	color: #ccc;
}
#guestbook .top a {
	color: #999;
}
#guestbook .content {
	padding: 7px;
	line-height: 170%;
	color: #777;
}
#guestbook .content:hover {
	background-color: #ffffe1;
}