
#tip {
position: absolute;
right:0px;
bottom: 0px;
height: 258px;
width:320px;
background:url(../images/video.gif) no-repeat;
overflow:hidden;
display:none;
z-index:10;
}
#tip a{width:320px;height:30px;display:block;float:right; position:absolute; margin-top:-10px; z-index:10;}
* html #tip a{width:320px;height:30px;display:block;float:right; position:absolute; padding-top:5px; z-index:10;}
*+html #tip a{width:320px;height:30px;display:block;float:right; position:absolute; padding-top:5px; z-index:10;}
#tip iframe{width:310px;height:330px;padding-top:0px; position:absolute; z-index:2;}
* html #tip iframe{width:310px;height:340px;padding-top:15px; position:absolute; z-index:2;}
*+html #tip iframe{width:310px;height:340px;padding-top:15px; position:absolute; z-index:2;}
#warpBox {
position:absolute;
/*bottom:0px;*/
/*left:0px;*/
width:100%;
height:100%;
overflow:auto;
z-index:1;
}