@charset "utf-8";
/* CSS Document */

/*紫色皮肤样式*/

/*公用样式*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div{padding:0;margin:0;border:0;}
ul,li,ol,dl,dt,dl{ list-style:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}/*中对齐 左对齐 右对齐*/
.fl{float:left;}.fr{float:right;}.cl{clear:both;}/*左浮动 右浮动 清除浮动*/
.msg-board{ position:absolute; right:0; bottom:0; width:212px; font-size:12px; font-family:tahoma,Verdana,Arial,sans-serif,"Times New Roman",宋体;}

/*留言板头部样式*/
.msg-head{ background:url(head.png) no-repeat; height:30px; line-height:30px; padding:0px 5px 0px 10px; color:#463583;}
.msg-head .msg-close{ background:url(close.gif) no-repeat; display:block; height:14px; width:31px; float:right; margin-top:8px;cursor: pointer;}
.msg-head .msg-open{ background:url(open.gif) no-repeat; display:block; height:14px; width:31px; float:right; margin-top:8px;cursor: pointer;}

/*留言板中间部分样式*/
.msg-body{ border:1px solid #ACABBC; border-top:none; border-bottom:none; background-color:#FFF; padding:0px 1px;}
.msg-body table{ background:url(body.jpg) no-repeat #F7F5FB; width:208px;}
.msg-body table textarea{ margin:0; padding:0; height:100px; border:1px solid #CCBDEB; overflow:auto; width:190px; font-size:12px; font-family:tahoma,Verdana,Arial,sans-serif,"Times New Roman",宋体;  padding:0px 4px; margin:9px auto 3px; *margin:8px auto 2px;}
.msg-body table th{ font-weight:normal; width:24px;}
.msg-body td{ margin:0; padding:0; height:28px; line-height:28px;}
.msg-body td input{ margin:0; padding:0; border:1px solid #CCBDEB; width:175px; height:20px; line-height:20px; padding-left:3px; font-size:12px; font-family:tahoma,Verdana,Arial,sans-serif,"Times New Roman",宋体;}
.msg-body td input.msg-send{ margin:0; padding:0; border:none; background:url(send.png) no-repeat; display:block; width:60px; height:22px; line-height:22px; color:#FFF; font-weight:bold; margin:3px 0px 6px;}

/*留言板底部样式*/
.msg-bottom{ background:url(bottom.png) no-repeat; height:5px; width:212px; overflow:hidden;}









