body {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #444444;
	margin-top: 6%;
}

li { list-style : none }
ul{
	margin : 0;
	padding : 0;
}

a {
	color: #006699;
}
a:hover { color: #003366 }

h3 {
	font-size : 12px;
	margin : 0;
	padding : 0;
}

label {
	font-size : 10px;
}

form p {
	margin : 0 0 6px 0;
	padding : 0;
}

#wrapper {
	position : absolute;
	left : 50%;
	width: 843px;
	margin-left : -421px;
}

#top {
	width: 843px;
	background: url(/images/media_player/top.png) no-repeat;
	height: 29px;
}

#mid {
	width: 843px;
	background: url(/images/media_player/mid.png) repeat-y;
}

#mid div {
	margin-left: 22px;
}

#bottom {
	width: 843px;
	background: url(/images/media_player/bottom.png) no-repeat;
	height: 88px;
	margin-top: -8px;
}

#toprow {
	width: 455;
	margin-left: 20px;
}

#info_container {
	margin-left : 20px;
	width : 100%;
}

#disclaimer {
	font-size: 10px;
	color: #999;
	line-height: 10px;
	margin : 10px 40px 0 25px;
	float: left;
	word-spacing: -1px;
	text-align: justify;
}

#send_to_friend {
	margin-right : 30px
}