/* HTML */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 12px arial, serif;
	margin: 64px 9px 9px 9px;
	background: url(../images/youtube_bg3.jpg) no-repeat;
}
/* DESIGN */
#youtube_link {
	width: 210px;
	height: 45px;
	margin-top: -45px;
	display: block;
}
#movie_box {
	width: 555px;
	height: 441px;
	margin: 0 32px 10px 0;
	float: left;
}
#info_box {
	width: 203px;
	text-align: center;
	background: #FCFCFC;
	border: #CCC solid 1px;
	padding: 5px;
}
.movie_thumb_box {
	text-align: right;
	width: 215px;
	margin-bottom: 10px;
}
.movie_thumb_box b { margin-right: 5px; }
#prevNext {
	width: 210px;
	margin-top: -65px;
	position: absolute;
}
/* TEXT */
p {
	margin: 0;
	padding: 0;
}
/* LINKS */
a {
	text-decoration: none;
	color: #000;
}
/* FORM */
form, textarea, input {
	margin: 0;
	padding: 0;
}
textarea, input {
	font: 11px "times new roman", serif;
	padding: 5px;
}
textarea {
	color: #999;
	width: 505px;
	height: 70px;
	background: #EEE;
	border: #CCC dotted 1px;
	overflow: hidden;
}
input {
	width: 230px;
	font-size: 10px;
}
/* LINKS */
a { outline: none; }
/* MISC */
img { border: 0; }
.left { float: left; }
.center {
	width: 180px;
	margin: auto 20px;
}
.right { float: right; }
.clear {
	font-size: 0;
	height: 0;
	clear: both;
}
.hidden { display: none; }