/* Stylesheet (C) 2008 http://www.paul.beynon.com */

body
{
	font-family: lucida sans unicode;
	background-color: #D0E1DE;
}

.tracklistRow
{
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	margin-right: 0px;
	font-size: 90%;
	text-align: left;
}

fieldset ol
{
	padding:0px;
	margin:0px;
	border-top: 2px solid #88b;
	border-left: 2px solid #88b;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

ol div
{
	padding-bottom: 20px;
	margin-right: 0px;
}
ol li
{
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	list-style-position: inside;
	font-weight: normal;
}
li span
{
	margin-left: 5px;
	margin-right: 0px;
	padding: 2px 0px 2px 10px ;

}

.button
{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eef;
	border-top: 1px solid #ddf;
	border-right: 2px solid #88a;
	border-left: 1px solid #ddf;
	border-bottom: 2px solid #88a;
}
.title
{
	font-weight: bold;
	letter-spacing: 0;
}
span.title
{
		margin-left: 5px;
}
p span.title
{
margin-right: 170px;
margin-left:-90px;
}
	
.artist
{
	font-variant: small-caps;
	font-weight: normal;

}
span.artist
{
	font-size: 1.1em;
	margin-left: -10px;
}

p span.artist
{
	margin-left: -40px;
}
.label
{
	padding: 0px;
	letter-spacing: -1;
}
span.label
{
	float:right;
	margin-right: -20px;
	text-align:right;
}
p span.label
{
	float:none;
	margin-left: 110px;
}
.tracklistRow01
{
	background-color:#ccd;
}

.tracklistRow02
{
	background-color:#ddc;
}

h1, h2
{
	font-weight: normal;
	color: #78B788;
}

fieldset
{
	text-align:center;
	padding: 10px;
}

.error
{
	font-weight: bold;
	color: red;
}

.required
{
	background-color: #ffddbb;
}
