@charset "utf-8";
@import url("reset.css");
@import url("common.css");

/*==================================
*** 在线留言 - leave_word ***
==================================*/
.leave_word .title{color:#333; font-weight:bold; margin-bottom:28px;}
.leave_word .note{font-size:14px; color:#333; font-weight:bold; margin-bottom:20px;}
.leave_word td{padding:5px 0;}
.leave_word .l{width:150px; line-height:28px; height:28px; font-size:12px; font-weight:bold; vertical-align:top; font-family:"宋体", sans-serif; overflow:hidden;}
.leave_word  .text{width:260px; height:26px; border:1px solid #dedede; padding:0 10px;}
.leave_word .textcode{width:90px; height:26px; border:1px solid #dedede; padding:0 10px;}
.leave_word textarea{height:150px;width:650px; border:1px solid #dedede;}
.leave_word .bt_row{margin:35px 0;}
.leave_word .botton{width:86px; height:33px; line-height:33px; border:0; text-align:center; margin-right:14px; color:#fff; font-size:12px; font-family:"宋体", sans-serif;}
.leave_word .check{background-color:#004991;}
.leave_word .reset{background-color:#9c9c9c;}
#code{font-family:Arial; font-style:italic; font-weight:bold; border:0; letter-spacing:2px; color:blue; margin-left:10px; height:24px;} 