
/*  EMBED YOUTUBE VIDEO */
div.embed-youtube_video
{
	padding: 3px;
	padding-bottom: 15px;
	text-align:center;
}

div.embed-youtube_video a
{
	padding: 1.5em;
	padding-top:2em;
	font-size: 1.4em;
	text-decoration: none;
	text-shadow: 0px -1px 2px #FFFFFF;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
	display:block;
	margin:0;
	margin-bottom:10px;
	margin-top:5px;	
	background-image: url(../images/video_banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}



