.video_to_blog_shadow	{ 
	position:fixed;  
	left:0; 
	top:0;  
	z-index:100; 
	width:100%;
	height:100%;	
	background-color:#000000; 
	opacity:0.4; 
	display:none; filter: alpha(opacity=40); 
	moz-opacity: 0.4; opacity: 0.4; 
}



* html .video_to_blog_shadow {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');

}


.video_to_blog	{
/*	margin-left:-253px;
	margin-top:-208px;
	left:50%;
	top:50%;*/
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	z-index:102;
	width:660px;;
	margin: -50px 0 0 -331px;
	color:#000000;
	text-align: left;
}

/* ie6 */
* html .video_to_blog {
/*	margin-left:-253px;*/
/*	margin-top:-150px;*/
/*	left:50%;*/
	margin-top:100px;
	position: absolute;
	top: expression(parseInt(document.documentElement.scrollTop, 0) + "px");
	
}


.video_to_blog .topline					{ width: 640px; height: 10px; margin: 0 auto; background: #ffffff; font-size: 0; line-height: 0; }
.video_to_blog .bottomline				{ width: 640px; height: 10px; margin: 0 auto; background: #ffffff; font-size: 0; line-height: 0; }

* html .video_to_blog .topline 			{ width: 642px; }
* html .video_to_blog .bottomline		{ width: 642px; }

.video_to_blog_content {
	margin: 0px;
	padding: 8px;
	background: #ffffff;
}


.video_to_blog_content h2 				{ margin: 0px; padding: 0px; }
.video_to_blog_content textarea 		{ width: 640px; height: 50px; margin: 10px 0 3px 0; resize: none; }

.video_to_blog_hide						{ margin: 5px 5px 0 0; cursor: pointer;}
