﻿/* 留言-子列表页 */
.btnWriteMsg{ position:absolute;  right:30px; top:34px;  display:inline-block; *display:inline; zoom:1; width:80px; height:26px; line-height:26px; text-align:center; color:#fff;
	font-size:14px; background:url(images/product-btn.gif) 0 -294px no-repeat;
}
.btnWriteMsg:hover{ color:#fff; text-decoration:none;   }

.msgTable{width:100%; margin:20px 0;  border:none; }
.msgTable .tableTitle{ background:#dcedff;}
.msgTable .tableTitle td{padding:5px; font-weight:bold;text-align:center; color:#0C64AB;border-bottom:1px solid #9ec3e6;  }
.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 #9ec3e6;margin:15px 0;  }
.msgDetial .hd{overflow:hidden;font-weight:bold;background:#dcedff;padding:0 10px 0 20px;height:30px;line-height:30px;border-bottom:1px solid #9ec3e6;      }
.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:72%;display:inline;padding:15px 10px 15px 20px;  border-left:1px solid #9ec3e6; 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 0;background:#f6f6f6;border:1px dotted #e3e3e3; overflow:hidden;width:95%;    }
.msgDetial .adminRep strong{color:red;}
.msgDetial .adminRep .fr{}


/* 留言-签写页 */
.msgWrite{ margin:20px 0;  }
.inputxt{padding:2px 0 0 2px;height:20px;border:1px solid #d8d8d8;   }
.msgWrite td{padding:4px; }
.msgWrite td.tdbgleft{text-align:right; }
.msgWrite td input,.msgWrite select,.msgWrite img{vertical-align: middle;}
.msgWrite .manageBtn{text-align:left; padding-top:10px; }
.msgWrite .manageBtn input{ display:inline-block; *display:inline; zoom:1; width:50px; height:20px; line-height:20px; text-align:center; 
	background:url(images/product-btn.gif) -87px -294px no-repeat; color:#fff; border:0; cursor:pointer;     }


