/*new留言板*/
.guestbook-content { margin: 0 auto; width: 90%}
.munui-message-content{position: fixed;padding: 10px 20px; background-color:#fff;border: 1px solid #d9d9d9; border-radius: 4px; box-shadow: 0 1px 6px hsla(0,0%,39%,.2);}	
.munui-message-content span{padding-left: 8px;color: #676a6c;font-size: 14px;vertical-align:1px;}
.guestbook-form .guestbook-submit,.comment-form .comment-submit{display: block;margin:0px auto;text-align: center;cursor: pointer;  color:#666;   border: solid 1px #008995;padding: 8px 32px; }
.messages{padding:15px 0;}
.messages input,.messages select,.messages textarea{margin:0;padding:0; background:none; border:0; font-family:"Microsoft Yahei";}
.messlist {width: 100%;margin-bottom:10px;display: block;float: left; overflow: hidden;  }
.messlist label{float:left;width:100px; height:30px; font-size:14px; line-height:30px; text-align:right;padding-right:10px;}
.messlist input{float:left;width:300px;height:28px; line-height: 28px;  padding-left:5px;border:#ccc 1px solid;}
.messlist.textareas{display: block;float: left; overflow: hidden; height:auto;}
.messlist textarea{float:left;width:400px; height:110px;padding:5px;border:#ccc 1px solid;}
.messlist.yzms input{width:100px;}
.messlist.yzms .yzmimg{ float:left;margin-left:10px;}
.messsub{width: 100%;height:36px;margin-bottom:10px;display: block;float: left; overflow: hidden; text-align: center}
.messsub input{width:100px; height:35px; background:#ddd; font-size:14px; font-weight:bold; cursor:pointer;margin-right:5px}
.messsub input:hover{ background:#f60;color:#fff;}


