@charset "UTF-8";
/* CSS Document */

body {

background: url(background.jpg) 0px 0px no-repeat;
	margin:0;
	padding:10px;
	width:580px;
	height:580px;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
}

#vid_container {
	float:right;
}
#info {
	width:415px;
	float:right;
	background: #000;
	padding: 5px;
}

#info_vid {
	width:390px;
	float:right;
	background: #000;
	padding: 5px;
}

#info p { color: #FFF; }

#info_vid p { color: #FFF; }

#bar {
	position:absolute;
	top:420px;
	left:0px;
	background:#666;
	width:600px;
	padding:4px;
	height:18px;
	clear:both;
}
#form_wrapper {
	background:white;
	position:absolute;
	top:446px;
	left:0px;
	width:600px;
}
	
textarea {
	width:580px;
	margin-top:7px;
	margin-left:9px;
	max-width:580px;
	height:108px;
	max-height:108px;
}

.clear {
	clear:both;
}
h1 {
	font-size: 17px;
	color:#e20002;
}
h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	color:#dc1c23;
}
p {
	margin-top:5px;
	margin-bottom: 5px;
	font-size:13px;
	line-height:13px;
}

a {
	color:#0783b2;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#send_page {
	position:absolute;
	text-align:left;
	border:1px solid #777;
	font-size:14px;
	background:url(/media/images/grad-bg.png) repeat-x;
	background-color:#ffffff;
	width:0;
	height:0;
	opacity:0;
	z-index:1000;
	overflow:hidden;
	padding:20px;
	padding-top:10px;
}
#email_header {
	background:url(/media/images/player-bar-bg.png) repeat-x;
	width:360px;
	margin-left:-20px;
	margin-top:-10px;
	padding:3px;
	height:20px;
	clear:both;
}
#email_header h1 {
	margin:0;
	padding:0;
}
#send_page p {
	margin-bottom:10px;
}
#send_page input {
	margin-bottom:10px;
}
#send_page input[type=text] {
	width:270px;
	padding:3px;
	height:15px;
	font-size:13px;
	color:#333;
}
