@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background:url("../images/bg-repeat.jpg") repeat #000;
}

#content {
	width: 566px;
	height: 405px;
	margin: 2% auto 0;
	background: url("../images/bg-form.png") no-repeat;
	position: relative;
	padding:40px 30px 20px 30px;
}

#redeem {
	width: 826px;
	height: 1155px;
	margin: 2% auto 0;
	background: url("../images/bg-redemption.png") no-repeat;
	position: relative;
	padding-bottom:40px;
}

h1.headline {background:url("../images/text-form.png") no-repeat;text-indent:-9999px;width:356px;height:100px;margin-bottom:30px;}

.col-left {
    float: left;
    padding-left: 25px;
    padding-top: 20px;
    width: 140px;
}

.col-right {
    float: right;
    padding-right: 8px;
    padding-top: 50px;
    width: 360px;
}

.col-left2 {
    float: left;
    padding-left: 56px;
    padding-top: 63px;
    width: 140px;
}

.col-right2 {
    float: right;
    margin-right: 32px;
    padding-right: 15px;
    padding-top: 33px;
    width: 550px;
}

.group-left {
	float:left;
	width:267px;
}

.group-right {
	float:right;
	width:267px;
}

#form {
	background:none;
}

input {
	background: url("../images/bg-input.png") no-repeat;
	border: none;
	color: #6b6c6e;
}

#email {
	position: absolute;
	width: 339px;
	height: 20px;
	top: 245px;
	left: 92px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
	
#accesscode {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12pt;
    height: 45px;
    padding-left: 10px;
    width: 336px;
	margin-left:6px;
	margin-bottom:30px;
}

#errormessage {
	position: absolute;
	width: 414px;
	height: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: red;
	top: 6px;
	left: 59px;
	text-align: center;
}

#_submit {
	width: 168px;
	height: 80px !important;
	background: url("../images/btn-submit.png") no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.center-btn {
	width:168px;
	margin:auto;
}

.center-dl-all {
    height: 85px;
    margin: 18px auto auto;
    width: 167px;
}

#download {
	background:none;
}

.downloaditem {
    background: url("../images/bg-artist.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 84px;
    margin: 13px 0 10px;
    padding: 3px 0 0 3px;
    width: 267px;
}

.playpausearea {
    height: 20px;
    margin-right: 5px;
    margin-top: 1px;
    width: 20px;
	cursor:pointer;
}

.left {float:left;}
.right {
    float: right;
    margin-top: 6px;
    width: 193px;
}

.artisttitlearea {
	float: left;
	width: 265px;
	height: 25px;
	overflow: none;
}
.artisttitlearea ul {padding:0;margin:0;display:inline;}

.artisttitlearea ul li {list-style-type:none !important;}
	
.artist {
    font-weight: bold;
}
.title {
	font-size:11px;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
}

.album {
	font-size:11px;
	font-style:italic;
}

.weblink a {
	font-size:11px;
	color:#efbe8f;
	text-decoration:underline;
}

.downloadarea {
	float: left;
	width: 40px;
	background: none;
}


.downloadalllink {
	display: block;
	width: 167px;
	height: 36px;
}

.downloadbutton {
	width: 100px;
}

a {
	text-decoration: none;
	color: #fff;
}

#link1 {
	position: absolute;
	width: 296px;
	height: 124px;
	top: 166px;
	left: 79px;
	text-indent: -9999px;
}

#link2 {
	position: absolute;
	width: 315px;
	height: 44px;
	top: 201px;
	left: 377px;
	text-indent: -9999px;
}

#link3 {
	position: absolute;
	width: 169px;
	height: 46px;
	top: 200px;
	left: 695px;
	text-indent: -9999px;
}

#dc_help_footer {
	width: 140px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background-color: #000;
	text-align: center;
	margin-right: 90px;
	padding-top: 5px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#dc_help_footer a {
	text-decoration: underline;
	color: #fff;
}

#dc_help_footer a:hover {
	text-decoration: none;
}

.clearfix {clear:both; margin-bottom:3px;}
