body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,form,fieldset,legend,input,button,textarea,blockquote,hr,pre{margin:0;padding:0;}h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%;}table{border-collapse:collapse;border-spacing:0; }fieldset,img{border:0;}address,cite,dfn,em,var{font-style:normal;}li{list-style:none;}input,select{vertical-align:middle;}legend{color:#000;}code,kbd,pre,samp,tt{font-family:"Courier New",monospace;}small{font-size:12px;}hr{border:none;height:1px;}body,button,input,select,textarea{font:12px/1 Arial,Tahoma,Helvetica,SimSun,san-serif;}abbr[title]{border-bottom:1px dotted;cursor:help;}html{overflow-y:scroll;}input[type="submit"]{cursor:pointer;}a{outline:none;blur:expression(this.onFocus=this.blur());}html{-webkit-text-size-adjust:none;}/* chrome minium font-size fixed */
#mainDiv{width:100%;text-align:left;}

/*****填写留言表单部分*****/
#newGuestForm {padding:10px;}
#newGuestForm div{margin-bottom:7px;margin-top:7px; text-align:left;}
#newGuestForm form{margin:0px;}

/*****留言显示的整体部分*****/
#guestlistes
{
	
}

/*****留言分条显示的单个部分*****/
.glist
{
	margin-bottom:8px;
	border:1px solid #CCCCCC;
	height:160px;
}
	/* 留言者信息部分
	*/ .ginfo{
		padding:5px;background:#f5f5f5;
		color:#F0F0F0;font-weight:bold;color:#708598;
	}
		/* 留言者姓名
		*/ .gname{}
		/* 留言者来自
		*/ .gfrom{}
		/* 留言的时间
		*/ .gtime{float:right}
	/* 留言内容部分
	*/ .gcontents{
		line-height:150%;
		padding:5px;
		height:110px;
	}
		/* 留言的标题
		*/ .gtitle{font-weight:bold}
		/* 留言的内容
		*/ .gcontent{}
	/* 留言的回复
	*/ .gre{padding:5px;margin:5px;border:1px dotted #CACACF;background:#f5f5f5}

/*****翻页导航条部分*****/
#pagenav
{
	text-align:right;
	margin-bottom:8px;
}

/*****留言搜索部分*****/
#search
{
	
}

/*****搜索结果里 特殊标记的关键字*****/
.sword
{
	background:yellow;color:blue;
}
.guest_txt { height:20px; border:1px solid #CCC; padding:3px;}
.guest_font { font-size:14px;}
.guest_bn1 { background:url(../images/submit.jpg);width:66px; height:30px; color:#934002; border:0px;}
.guest_bn2 { background:url(../images/reset.jpg);width:66px; height:30px; color:#808080; border:0px;}