
	#player {
		position:relative;

		width:860px;
		height:540px;
		overflow:hidden;
		}
	
	#video-player-title {
		height:50px;
		padding:10px;
		font-size:130%;
		font-weight:bold;
	
		border-bottom:1px solid #000;
		color:#c22128;
		}
	
	#video-player-description {
		position:absolute;
		left:620px;
		top:80px;
		width:215px;
		height:345px;
		font-size:85%;
		padding-right:15px;
		overflow-y:scroll;
		overflow-x:hidden;
		}
		
	#video-player-description p {
		margin-bottom:10px;
		display:block;
		}

	#video-player-tellafriend {
		position:absolute;
		left:620px;
		top:420px;	
		}
		
	a#tellafriend-link,
	a#tellafriend-link:visited {
		color:#c22128;
		font-weight:bold;
		display:block;
		margin:10px 0;
		}

	#video-player-contents {
		margin:10px 0 0 10px;
		}
		
	#player-video {
		width:600px;
		height:345px;
		overflow:hidden;
		}
		
	#video-player-links {
		width:600px;
		height:90px;
		}
		
	.player-links-block {
		float:left;
		width:193px;
		padding-top:5px;
		}
		
	.player-links-block h3 {
		color:#c22128;
		font-weight:bold;
		margin-bottom:5px;
		}
	
	.player-links-block textarea {
		font:11px/1.2em Tahoma, Verdana, Geneva, Arial;  /* 1.4em */
		color:#000;
		border:1px solid #000;
		padding:3px;
		width:184px;
		height:70px;
	
	}
		
	.block-margin {
		margin:0 10px 0 9px;
		}
		
	.player-links-block div.tags-container {
		border:1px solid #000;
		font-size:11px;
		width:184px;
		height:70px;
		background:#fff;
		padding:3px;
		}
		
	.player-links-block div.tags-container a,
	.player-links-block div.tags-container a:visited {
		color:#000;
		text-decoration:underline;
		}
		
	.player-links-block div.tags-container a:hover {
		color:#000;
		text-decoration:none;
		}
