@charset "utf-8";
/* CSS Document */
#winpop { width:300px; position:fixed; right:0; bottom:0; margin:0; overflow:hidden; display:none;}
#winpop .title { width:95%; height:22px; line-height:20px; background:#FFCC00; padding-left:5%;font-size:12px; text-align:left;}
#winpop .con {width:100%;height:250px;}
#winpop .close { position:absolute; right:4px; top:1px; font-size:12px;cursor:pointer; color:#f00; width:35px; height:20px; text-align:center;}
