﻿/* 留言-子列表页 */
.btnWriteMsg{ position:absolute;  right:30px; top:34px;  display:inline-block; *display:inline; zoom:1; width:90px; height:30px; line-height:; text-align:center; color:#fff;
	font-size:14px; background:#b1191a;
}
.btnWriteMsg:hover{ color:#fff; text-decoration:none;   }

.msgTable{width:100%; margin:20px 0;  border:none; }
.msgTable .tableTitle{ background;}
.msgTable .tableTitle td{padding:5px; font-weight:bold;text-align:center; color:#0C64AB;border-bottom:1px solid #ccc;  }
.msgTable .tableCont td{padding:8px 5px;border-bottom:1px dotted #d8d8d8;text-align:center;   }
.msgTable .tableCont td.msgT{text-align:left;padding-left:15px; }
.msgTable .tableCont td.msgT a{background:url(images/share/shareB.gif) no-repeat 0 -725px; padding-left:14px;}
.msgTable .tableCont td .msg_ok{color:#f60;}
.msgTable .tableCont td .msg_wait{color:#999;}
.msgTable .tableCont:hover td{background:#f7f7f7; }
.msgTable .last td{border:none; }


/* 留言-内容页 */
.msgDetial{border:1px solid #ffffff;margin:15px 0;  }
.msgDetial .hd{overflow:hidden;font-weight:bold;background;padding:0 10px 0 20px;height:30px;line-height:30px;border-bottom:1px solid #ddd;      }
.msgDetial .hd span{float:right; }
.msgDetial .bd{overflow:hidden;}
.msgDetial .img{float:left;width:22%; text-align:center; display:inline;min-height:120px; }
.msgDetial .img img{margin:20px 0 0 0; }
.msgDetial .cont{float:left;width:946px;display:inline;padding: 10px;  border-left:1px solid #ffffff; min-height:120px;  }
.msgDetial .cont .fr{text-align:right; color:#999;}
.msgDetial .cont .fr a{color:#999;}
.msgDetial .msgContHere{padding:10px 0; }
.msgDetial .adminRep{padding:10px;margin:10px;background:#f6f6f6;border:1px dotted #e3e3e3; overflow:hidden;width:896px;    }
.msgDetial .adminRep strong{color:red;}
.msgDetial .adminRep .fr{}


/* 留言-签写页 */
.msgWrite{ margin:20px 0;  }
.inputxt{padding:2px 0 0 2px;height:20px;border:1px solid #d8d8d8;     width: 153px;  }
.title01{}
.title01 span input{width:600px;}
.msgWrite td{padding:4px; }
.msgWrite td.tdbgleft{text-align:right; }
.msgWrite td input,.msgWrite select,.msgWrite img{vertical-align: middle;height: 25px;}
.msgWrite .manageBtn{text-align:left; padding-top:10px; }
.msgWrite .manageBtn input{ display:inline-block; *display:inline; zoom:1; width:90px; height:30px; line-height:20px; text-align:center; 
	background:#b1191a; color:#fff; border:0; cursor:pointer;     }


