/* 输入框 */
.guestbook_input {background-color:transparent;border:1px solid #c0d5ea;}

.guestbook_body {width:99%;font-size:12px;}
.guestbook_body a {text-decoration:none;}
.guestbook_header {border:1px solid #aaccee;text-align:left;background-color:#ebf3fb;padding:5px 5px 5px;margin-bottom:10px;}
.guestbook_button {border:1px solid #ebf3fb;height:18px;padding:1px 5px 3px;}
.guestbook_button:hover {background-color:#ffffff;border:1px solid #c0d5ea;}
.guestbook_loginForm {margin:0px;padding:0px;margin-left:10px;display:inline;}

/* 留言板内容 */
.guestbook_table {width:100%;font-size:12px;border-collapse:collapse;border:1px solid #aaccee;}
.guestbook_table td {border:1px solid #aaccee;text-align:left;}
.guestbook_table input,textarea {border:1px solid #89A1B5;}   /* 所有的输入框 */
.guestbook_caption {height:22px;background-color:#ebf3fb;vertical-align:middle;padding-left:5px;padding-right:5px;}   /* 标题栏 */
.guestbook_title {font-weight:bold;float:left;color:#00439E;}   /* 标题 */
.guestbook_pubTime {float:right;color:#00439E;}   /* 留言时间 */

/* 用户信息框 */
.guestbook_userinfo {width:10%;padding:5px 0 0 10px;white-space:nowrap;vertical-align:top;}
.guestbook_userinfo div {margin-bottom:5px;}
.guestbook_male {color:#0000ff;font-size:12px;}   /* 用户名字(男) */
.guestbook_female {color:#ff8080;font-size:12px;}   /* 用户名字(女) */
.guestbook_nomale {color:#000000;font-size:12px;}   /* 用户名字(保密) */

/* 留言内容 */
.guestbook_subjectbar {border-width:0;}
.guestbook_subjectbar tr td {border-width:0;white-space:nowrap;vertical-align:middle;}
.guestbook_content {padding:5px;vertical-align:top;}
.guestbook_hide {background-color:#e0e0e0;}
.guestbook_hr {border:none;border-top:dashed  1px #b9c4cc;height:1px;}   /* 留言和回复之间的分割线 */
.guestbook_admin {color:#ff0000}   /* 管理员名称 */
.guestbook_reply_time {font-style:italic;color:#97b5cb;}   /* 回复时间 */

/* 回复区 */
.guestbook_reply {border-width:0;text-align:center;}
.guestbook_reply tr td {border-width:0;}
.guestbook_reply tr td textarea {width:100%;height:70px;background-color:transparent;}   /* 回复输入框 */
.guestbook_replay_buttonbar {width:1%;padding:5px;white-space:nowrap;}   /* 回复按钮 */

/* 管理员操作栏 */
.guestbook_table .guestbook_actionbar {text-align:right;padding:3px 5xp 3px;}
.guestbook_table .guestbook_action_button {border:1px solid #ebf3fb;height:18px;padding:1px 5px 3px;text-decoration:none;}
.guestbook_table .guestbook_action_button:hover {background-color:#ffffff;border:1px solid #c0d5ea;}

/* 两条留言之间的分割区 */
.guestbook_separator {height:5px;}

/* 翻页栏 */
.guestbook_pager {width:100%;border:1px solid #aaccee;background-color:#ebf3fb;padding:3px 3px 2px;margin-top:5px;text-align:right;}
.guestbook_pager a {margin-left:6px;}

/* 留言输入区 */
.guestbook_table .guestbook_input_title {padding:4px;background-color:#ebf3fb;text-align:center;}
.guestbook_table .guestbook_required {color:#ff0000;}
.guestbook_table .guestbook_buttonbar {text-align:center;padding:4px;}
.guestbook_table input {margin:auto;}
