/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Georgia,Garamond,Times New Roman,Times,serif;
	font-size:80%;
	position:relative;
}

#albumCover {
	margin:5px 5px 0 5px;
	background:url(images/player_bg.gif) top left no-repeat;
}

#albumCover img {
	padding:10px 10px 26px 10px;
}

#flashcontent {
	width:350px;
	height:70px;
	margin:0px 0 0 3px;	
}

select {
	background-color:#EFF7F9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}

form {
	margin:5px 5px 5px 10px;

}

option, selected, option selected {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}
