@namespace url(http://www.w3.org/1999/xhtml);

/* ------------------------------------ *
 * Style:   YouTube - Video Resizer	*
 * Author:  Diddle			*
 * ------------------------------------	*
 * April 30th, 2009:			*
 * 	- Fixed layout of HD videopages	*
 * 					*
 * January 16th, 2009:			*
 * 	- Widened video to match new	*
 * 	  width of the video pages	*
 * 					*
 * April 13th, 2008:			*
 * 	- Initial version		*
 * ------------------------------------	*/

@-moz-document domain("youtube.com") {

	#movie_player,
	#watch-this-vid { width: 960px !important; height: 755px !important; }
	#watch-player-div { padding-left: 0px !important; }
	#watch-other-vids { position: relative !important; top: 5px !important; margin-top: 0px !important; }

}