body {
	background-color: #006391;
	padding: 0 20px;
	color: #000;
	font: 13px/18px Arial, sans-serif;
}
#medialistarea {
	border: 1px dotted #888;
	float: left;
	width: 380px;
	height: auto;
	padding: 10px;
}
#medialistarea form select {
	width: 380px;
	overflow: auto;
}
#playerarea {
    border: 1px dotted #888;
	float: left;
	width: 640px;
	height: auto;
	text-align: center;
	padding: 10px;
}
#player_type_form {
	text-align: left;
	width: 20em;
	border: 1px dotted black;
}
#silverlightContainer, #flashContainer, #html5videocontainer {
	width: 640px;
	height: 390px;
	background-color: #000; 
	color: #fff;
	display: none;
}
#logo {
	background: url('/jukebox/images/ninjalogo-saab3.png') no-repeat top left;
	width: 400px;
	height: 200px;
}
h1 {
	display: none;
}

#linkbox {
	border: 1px dotted black;
	width: 12em;
	height: 1.2em;
	float: right;
}
#linkbox span {
	float: left; margin-left: 0.3em;
}

