body{
	font: 10pt sans-serif;
	background-color: #4682B4;
	text-align: center;
}

a{
	text-decoration: none;
}

.box{
	background-color: #6F9EC7;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border: 2px solid #141450;
}

#changelog
{
	font-family: sans-serif;
	text-align:left;
	background-color: #6F9EC7;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	padding: 10px;
	color: #130D26;
	display: none;
	border: 2px solid #141450;
}

#changelink:link, #changelink:visited
{
	display: block;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align:right;
	font-size: 8pt;
	color: #141450;	
}

#changelink:hover
{
	text-decoration: underline;
}

#h1{
	background-color: #141450;
	color: White;
	margin: 0;
	text-align: center;
}

.item, .itemS{
	display: block;
	/*width: 150px;*/
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background-color: #141450;
	color: #3C2D92;
	font-weight: bold;
	text-transform: uppercase;
}

.itemS{
	font-size: 13pt;
	color: #E4F1FC;
}

input{
	width: 530px;
	font-size: 10pt;
	font-style: italic;
	color: #6F7ECB;
	margin-top: 20px;
	padding: 2px;
	padding-left: 20px;
	border: 1px solid #DEE5F1;
	margin-bottom: 20px;
	background: White url(information.png) no-repeat scroll 2px; /* #D0D5EE */
}

#player{
	margin: 10px;
	margin-left: 20px;
	text-align: left;
	overflow: hidden;
	color: #130D26;
}

#player a:link, #player a:visited{
	color: Black;
}

#player a:hover{
	color: #A52A2A;
}

#tracklist{
	display: none;
	margin: 20px;
	margin-top: 0px;
	text-align: left;
	overflow: hidden;
	border: 2px solid #3F669A;
	background-color: #A4BADA;
}

#player{
	/*display: none;*/
	margin: 20px;
	margin-top: 0px;
	text-align: left;
	overflow: hidden;
}

h2{
	background-color: #3F669A;
	color: White;
	font-size: 12pt;
	text-align: right;
	margin: 0;
}

#player h2{
	background-color: transparent;
}

#player a:link, #player:visited{
	color: #130000;
}
#player a:hover{
	color: #4C0000;
}

#plus:link, #plus:visited{
	display: block;
	width: 100%;
	background-color: #3F669A;
	color: White;
	margin: 0;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
}
#plus:hover{
	color: #C6CFFF;
}

h1 a:link, h1 a:visited, h1 a:hover{
	color: #E4F1FC;
}