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

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	width: 880px;
	height: 385px;
	background: url("../images/bg-main.png");
	position: relative;
	border:8px solid #222;
	border-radius:25px;
}

.amp {
    left: 60px;
    position: absolute;
    top: 133px;
}

.dl-card {
    position: absolute;
    right: 30px;
    top: 122px;
}

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

#form {
	width: 406px;
	margin:auto;
}

.cover {float:left;margin:15px 0 0 20px;}

input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #000000;
    border-radius: 13px 13px 13px 13px;
    color: #333333;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    margin-bottom: 15px;
    text-align: center;
    width: 400px;
	text-transform:uppercase;
}

#accesscode {margin-bottom:15px;}

h1 {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
}

#errormessage {
    color: #FFFFFF;
    font-size: 12pt;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    top: 95px;
    width: 100%;
}

.center {width:215px;margin:auto;}

#_submit {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #000000;
    border-radius: 25px 25px 25px 25px;
    color: #000000;
    cursor: pointer;
    height: 45px;
    width: 215px;
}

#download {
    /* background: url("../images/amp-opac.png") no-repeat scroll 68px center #FFFFFF; */
    background-color: #FFFFFF;
    border: 1px solid #000000;
    float: right;
    height: 340px;
    margin-right: 20px;
    margin-top: 15px;
    overflow: auto;
    width: 550px;
}

.downloaditem {
    color: #000000;
    font-size: 12pt;
    width: 100%;
	border-bottom: 1px solid #000000;
}

.clear { clear: both; }

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

.artisttitlearea {
    /* border-bottom: 1px solid #000000; */
    float: left;
    padding: 9px 0 7px 10px;
    width: 390px;
}

.artist {
	padding-top: 0;
	font-weight: bold;	
}

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

.downloadarea {
    /* border-bottom: 1px solid #000000; */
    float: left;
    padding: 9px 0 7px 10px;
    width: 119px;
}

.downloadalllink {
	position: absolute;
	top: 317px;
	left: 147px;
	display: block;
	width: 218px;
	height: 36px;
	text-indent: -9999px;
	overflow: none;
	background-color: blue;/*	background: url(../images/downloadbutton.gif);
	margin: 35px 0 0 150px;
	*/
}

.downloadbutton, p.downloaded {
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-weight: bold;
    padding: 1px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 100px;
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}

.downloadbutton:hover, p.downloaded:hover {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.help {
    background: none repeat scroll 0 0 #00AFEC;
    border: 2px solid #000000;
    border-radius: 70px 70px 70px 70px;
    bottom: 15px;
    font-size: 52px;
    font-weight: bold;
    padding: 0 16px;
    position: absolute;
    right: 15px;
    text-align: center;
    width: 31px;
}

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

.help2 {
    background: none repeat scroll 0 0 #00AFEC;
    border: 2px solid #000000;
    border-radius: 70px 70px 70px 70px;
    bottom: 10px;
    font-size: 52px;
    font-weight: bold;
    padding: 0 16px;
    position: absolute;
    left: 10px;
    text-align: center;
    width: 31px;
}

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