#winpop {
    width:300px;
    height:0px;
    position: fixed; 
    right:100px;    
    bottom:0;
    border:1px solid #666;
    margin:0;
    padding:1px;
    overflow:hidden;
    display:none;
    z-index:99;    
  }
  #winpop .title{
    width:100%;
    height:22px;
    line-height:20px;
    background:#FF6A00;
    color: white;
    font-family: "微軟雅黑";
    font-weight:bold;
    text-align:center;
    font-size:12px;
  }
  #winpop .con{
    width:100%;
    height:90px;
    line-height:80px;
    font-weight:bold;
    font-size:12px;
    color:#FF0000;
    text-decoration:underline;
    text-align:center
  }
  #silu{
    font-size:12px;
    color:#666;
    position:absolute;
    right:0;
    text-decoration:underline;
    line-height:22px;
  }
  .close{
    position:absolute;
    right:4px;
    top:-1px;
    color:#FFF;
    cursor:pointer
  }