div.ytContainer {
	width:		405px;
	background-color: white;
}

div.ytPlayerBox > p {
	margin: 10px 5px;
}

div.ytContainer > div.hiddenAppeal {
	display:	none;
	padding: 	60px 10px;
	font-size: 	1.2em;
	color: 		#485A7B;
	width:		405px;
	height:		220px;
	top: 		-240px;
	opacity: 	0;
	font-weight: bold;
	background-color: white;
	position: relative;
	z-index: 	10;
}

div.ytContainer > div.hiddenAppeal > p {
	margin-top: -25px;
}

div.ytContainer > div.hiddenAppeal > form > button {
	margin: 15px !important;
}

div.ytContainer > div.hiddenAppeal > form > button+button+button+button {
	margin-top: 50px;
}

div.ytContainer > div.ytPlayerBox {
	display:	block;
	width:		405px;
	height:		228px;
	z-index: 	1;
}