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

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

#content {
	width: 400px;
	height: 342px;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat top;
	padding:258px 0 0;
}

#redeem {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	background: url(../images/bg.jpg);
	position: relative;
}

.yellow{
	width:382px;
	height:311px;
	background:url(../images/yellow.png) top no-repeat;
	margin:0 auto;
	position:relative;
	padding:20px 0 0;
}

.calltoact{
	position:absolute;
	top:-40px;
	left:25px;
}

p{
	font-size:12px;
	font-weight:bold;
}

#form {
	width: 368px;
	height: 281px;
	background: url(../images/form.png) no-repeat top;
	margin:0 auto;
	padding:10px 0 0;
}

input {
	background: url(../images/inputbg.png);
	border: 1px solid #a9a9a9;
	color: #6b6c6e;
	width:306px;
	height:30px;
	margin:0 0 10px;
	text-align:center;
	font-size:14px;
}

#_submit {
	width: 183px;
	height: 52px;
	background: url(../images/button.png) top no-repeat;
	text-indent: -9999px;
	border: 0 none;
	float:right;
	margin:30px 0 0;
	cursor: pointer;
}

#download {
	position: absolute;
	width: 523px;
	height: 378px;
	top: 159px;
	left: 464px;
	background: url(../images/redeem.gif);
}

.downloaditem {
	width: 320px;
	height: 34px;
	color: #000;
	font-size: 9pt;
	padding: 15px 0 0 10px;
	text-align:left;
}	

.playpausearea {
	float: left;
	width: 30px;
	height: 27px;
	margin-right: 10px;
	margin-top: -4px;
}

.artisttitlearea {
	float: left;
	width: 215px;
	height: 25px;
	overflow: none;
}	
.artist {
	padding-top: 0;
	font-weight: bold;	
}

.title {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
}

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


.downloadalllink {
	display: block;
	width: 183px;
	height: 52px;
	background: url(../images/downloadall.png) top no-repeat;
	text-indent: -9999px;
	border: 0 none;
	float:right;
	margin:30px 0 0;
	cursor: pointer;
}

.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;
}

#scroll{
	overflow:auto;
	height:250px;
}

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

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

#dc_help_footer a:hover {
	border-bottom: 1px dashed;
}
	

/* ----------------------- scrollbars -------------------------- */

#Scroller {
  position: relative;
  width: 400px;
  height: 200px;
  overflow: hidden;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 160px;
  position: absolute;
  top: 20px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #CCC;
}
.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 50px; left: 460px;
}