/* CSS Document */
/*跳转页样式*/
.showmessage { margin: 50px auto; width: 100%; background: #FAFAFA; }
.showmessage h2 { font-size: 14px; }
    .showmessage .ye_l_b { padding: 15px 20px 20px; }
    .showmessage p { padding: 2em 1em 0; font-size: 14px; }
    .showmessage .op { font-size: 12px; text-align: right; }
.ye_r_t { width: 100%; background: url(image/yel_bg2.gif) no-repeat right top; }
  .ye_l_t { padding: 5px 0 0; background: url(image/yel_bg2.gif) no-repeat left top; }
    .ye_r_b { background: url(image/yel_bg2.gif) no-repeat right bottom; }
      .ye_l_b { padding: 0 5px 5px; background: url(image/yel_bg2.gif) no-repeat left bottom; }
	  
/*数据空时的样式*/
.p_empty{ background:#CCCCCC; height:25px; text-align:center; font-size:14px; }
