div, span, body, h1, h2, h3, table, tr, td, th
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 12px;
	overflow-x: hidden;
}

input, select
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 12px;
}

h1
{
	font-size: 18px;
	margin: 10px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

div.artist
{
	margin-left: 10px;
	margin-top: 5px;
}

div.release, div.track
{
	margin-left: 20px;
	margin-top: 5px;
}

span.progress
{
	color: red;
}

img.icon
{
	border: 0;
}

div#manualScrobble, div#autoScrobble, div#radioScrobble, div#userScrobble, div#myspaceScrobble, div#joostScrobble, div#libraryScrobble, div#itunesScrobble, div#disclaimers, div#discogs
{
	border: 1px solid black;
	margin: 10px;
	padding: 10px;
}

div#manualScrobble, div#autoScrobble, div#radioScrobble, div#userScrobble, div#myspaceScrobble, div#joostScrobble, div#libraryScrobble, div#itunesScrobble, div#discogs
{
	float: left;
	display: none;
}

div#myspaceScrobble
{
	max-width: 500px;
}

img.throbber
{
	height: 12px;
	width: 12px;
}

div#topBar
{
	padding: 5px;
	background: black;
}

div#userLogin
{
	float: right;
	color: white;
	font-weight: bold;
}

span#spanPassword, span#spanUsername
{
	margin-left: 20px;
}

.clear
{
	clear: both;
	height: 0px;
}

div#advertising
{
	padding: 10px;
	text-align: center;
}

div#mainBody
{
	width: 100%;
	padding: 10px;
}

div#content
{
}
div#contentContainer
{
	width: 60%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

div#disclaimers
{
	text-align: left;
}
div#disclaimersContainer
{
	width: 39%;
	vertical-align: top;
	display: inline-block;
	text-align: right;
}

div#paypal
{
	float: left;
	padding: 5px 5px 0px 0px;
}

div#paypal form
{
	padding: 0;
	margin: 0;
}

div.message {
	color: #31708f;
	background-color: #d9edf7;
	border: 2px solid #31708f;
	margin: 40px;
	padding: 10px 20px 10px 20px;
}

.fullScreenBackground {
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1 !important;
	background-color:black;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

.fullScreenMessage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	margin: 0px !important;
	z-index: 2 !important;
}

.fullScreenMessage button.new {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.fullScreenMessage button.old {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.fullScreenMessage button {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #357ebd;
	border-radius: 4px;
}

.fullScreenMessage .center {
	text-align: center;
	color: #5cb85c;
}
