﻿body 
{
	margin: 0;
	background: White;
}

div.MainContainer 
{
	width: 982px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
}

div.Banner 
{
	margin: 0;
	position: relative;
	width: 982px;
	height: 120px;
	background: white url(images/banner3.jpg) 0 -1px no-repeat;
}

		div.Banner a.PartnerLink 
		{
			position: absolute;
			top: 64px;
			left: 67px;
			width: 175px;
			height: 36px;
		}
		
		div.Banner a.BannerAlbumLink 
		{
			position: absolute;
			top: 55px;
			left: 718px;
			width: 119px;
			height: 35px;
		}
		
		div.Banner a.BannerSingleLink 
		{
			position: absolute;
			top: 55px;
			left: 844px;
			width: 119px;
			height: 35px;
		}


div.Inner 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 982px;
}

div.Footer 
{
	margin: 0;
	position: relative;
	width: 982px;
	height: 26px;
	background: white url(images/footer.gif) 0 0 no-repeat;
	padding-top: 6px;
	padding-left: 10px;
}

div.MidPanel 
{
	margin-top:15px;
	width: 374px;
	margin: auto;
	position: relative;
	height: 500px;
}

div.WideMidPanel 
{
	margin-top:15px;
	width: 700px;
	margin: auto;
	position: relative;
	height: 500px;
}

div.RegForm
{
}


div.CheckBoxPanel 
{
	clear: both;
	position: relative;
	margin: 20px 100px 10px 100px;
	padding: 3px;
}


.ButtonPanel 
{
	text-align: center;
}

.Spinner 
{
	margin-top: 20px;
	margin-left: 65px;
}

.CheckBoxSpacer 
{
	height: 10px;
}