@charset "utf-8";
body {
	background-color: #E5E8D7;
}
a:link {
	color: #4D8CAD;
	text-decoration: none;
}
a:visited {
	color: #CB670C;
	text-decoration: none;
}
a:active, a:hover {
	color: #41526C;
	text-decoration: underline;
}
#player-window {
	display: block;
	background-color: #F4F5F0;
	border: 1px solid #FFFFFF;
	padding: 10px;
	height: auto;
	width: 400px;
}
#container {
	margin-top: auto; /*	0px;	*/
	margin-right: auto;	/*	0px;	*/
	margin-bottom: auto;	/*	10px;	*/
	margin-left: auto;	/*	0px;	*/
}
p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #63645F;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	text-align: center;
	display: block;
	vertical-align: top;
}
p.CloseWindow {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEE1CC;
	padding-top: 8px;
}

