#blogger_container
{
	width: 340px;
	height: 167px;
	
	position: absolute;
	top: 18px;
	/*left: 100px;
	top: 404px;*/
	z-index: 3;
	
	display: none;
}

#blogger_container_background
{
	width: 340px;
	height: 167px;
	
	position:absolute;
}

#blogger_content
{
	position: absolute;
	left: 15px;
	top: 25px;
	width: 320px;
	height: 161px;
	padding: 0;
}

#blogger_container a
{
	position: absolute;
	right: 20px;
	top: 16px;
	z-index: 1;

	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
}

#blogger_code_html, #blogger_link_to_video
{
	border: 1px solid #000000;
	background-color: white;
	width: 254px;
	overflow: hidden;
	
	font-family: Verdana;
	font-size: 9px;

	position: absolute;
	left: 51px;
}

#blogger_code_html
{
	height: 77px;
	top: 10px;
	z-index: 3;
}

#blogger_link_to_video
{
	height: 29px;
	top: 93px;
	z-index: 2;
}

#blogger_content h2
{
	width: 50px;

	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;

	margin: 0;
	padding: 0;
	position: absolute;
}

#blogger_code_html_title
{
	top: 16px;
}

#blogger_link_to_video_title
{
	top: 97px;
}

#blogger_close_div
{
	width: 12px;
	height: 12px;

	position: absolute;
	left: 275px;
	top:20px;
	color:#fff;
	padding-left:14px;
	cursor: pointer;
}

