body {
	padding: 0;
	margin: 0;
	background: #999;
}

p { 
	border: 0;
	padding: 0; 
	margin: 0; 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
}

a { color: #008852; font-weight: bold; text-decoration: none; border: none; }
a:link    { color: #cc4937; }
a:visited { color: #cc4937; }
a:hover   { color: #787878; }
a:active  { color: #787878; }


#chooseWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 460px;
	background: #fff url(bg.gif) top left no-repeat;
}
#choose {
	position: absolute;
	top: 185px;
	left: 120px;
	width: 260px;
	text-align: left;
	border-left: 1px dotted #787878;
	padding-left: 10px;
}

#videoWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 460px;
	background: #fff;
}
#video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 400px;
}
#video_low {
	position: absolute;
	top: 60px;
	left: 80px;
	width: 360px;
	height: 280px;
}

#controls {
	position: absolute;
	top: 400px;
	left: 20px;
}
#controls_low {
	position: absolute;
	top: 340px;
	left: 125px;
}
