#videobox {

	position: absolute;

	z-index: 100;

}



#videobox .b {

	background:url('img/b.png');

}



#videobox .tl {

	width: 10px;

	height: 10px;

	background:url('img/tl.png');

}



#videobox .tr {

	width: 10px;

	height: 10px;

	background:url('img/tr.png');

}



#videobox .bl {

	width: 10px;

	height: 10px;

	background:url('img/bl.png');

}



#videobox .br {

	width: 10px;

	height: 10px;

	background:url('img/br.png');

}



#videobox .body {

	background: #000;

	width: 425px;

	height: 356px;

	text-align:center;

}



#videobox .close {
	
	cursor: pointer;

	 white-space: nowrap;

	 color: white;

	 font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; line-height: 19px;

}



#videobox #ytapiplayer {

	padding: 10px;

}