#guestform {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}
#guestform div {
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}
#guestform label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}
#guestform #guestbook {
	width: 400px;
	overflow: hidden;
	height: 70px;
	border: 1px solid #ddd;
}
#guestform h1,#guestlist h1{
	background: #FFEAF1 url(/skins/zihong/images/bg_title1.gif) no-repeat 10px center;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-indent: 20px;
	color: #EF0065;
}
#guestlist li {
	padding: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}
.box #guestlist {
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
}
#guestlist .guesttitle {
	font-weight: bold;
	height: 25px;
	background-color: #f9f9f9;
	line-height: 25px;
}
#guestlist .guesttitle .guestuser {
	font-weight: normal;
}
#guestlist .guesttitle .guestemail {
	font-weight: normal;
}
#guestlist .guesttitle .guestip {
	font-weight: normal;
}
#guestlist .guestShow {
	color: #666666;
	text-align: center;
}


#guestlist .guest_re {
	line-height: 200%;
	color: #EF0065;
	text-indent: 20px;
}
#guestlist .guest_re .reuser {
	font-weight: bold;
}
#guestpage {
	text-align: center;
	border: 1px solid #FF9FC8;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
