#embedme {
	position: relative;
	left: 455px;
	top: 17px;
	z-index: 53;
	width:170px;
	height:19px;
	background:url(../images/icon_embed.png) 0 0px no-repeat;  
}

#embedme:hover {
	background-position: 0 -19;
}

#embed-popup {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;	
	z-index:5000;	
}

#embed-popup #title {
	font-weight: bold;
	font-size: 14px;	
}

#embed-popup #content {
	margin-top: 140px;
    margin-left: auto;
    margin-right: auto;	
	color: #FFF;
	width: 300px;
	z-index:5001;
}

#embed-popup #code {
	padding: 15px;
	color: #FFF;
	width: 300px;
	height: 130px;
	border: 1px solid #fff;
	background: #000;
}
	
#embed-popup #block {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=80);
	opacity:0.80;	
	z-index:-100;
}