/* for pop window video frame*/
div.p_main_div
{
display:none;
position:absolute;
width:308px;
height:50px;
z-index:1000;
}
table.p_main_table
{
z-index:500;
}
td.p_main_td
{
text-align:right;
width:308px;
height:100px;
background-image:url(v_frame/bg1.png);
background-repeat:repeat-y;

}
td.p_menu_bar
{
width:308px;
height:21px;
text-align:right;
background-image:url(v_frame/top1.png);
background-position:top;
background-repeat:no-repeat;

}
td.p_footer
{
width:308px;
height:22px;
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
background-image:url(v_frame/bottom1.png);
background-position:bottom;
background-repeat:no-repeat;
}
div.p_content
{
margin-left:5px;
margin-right:17px; 
}
div.p_ads
{
float:left;
width:180px;
margin-left:3px;
margin-top:20px;
text-align:center;
vertical-align:bottom;
}
div.p_video
{
/*float:right;*/
}
img.p_close
{
cursor:pointer;
margin-top:4px;
margin-right:18px;
width:14px;
height:14px;


}
/* end pop window video frame*/
