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

#container{
width:431px;
height:399px;
position:relative;
margin:0 auto;
/* background-color:#FFF; */
}

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
/* background-color:#FFF; */
/*
background-image:url(images/background.jpg);
background-repeat:repeat;
*/
background-position:top center;
}

#form{
	height:198px;
	width:365px;
	position: absolute;
	left: 38px;
	top: 177px;
}

.formfield {
	/* background-color:#FFF; 
	background:url(images/field.jpg); */
	text-align:left;
	position: absolute;
	left: -34px;
	top: 38px;
	height: 17px;
	margin: 0 0 0 0;
	padding: 2px 0;
	width: 265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/* border: none; 
	font-weight: bold; */
}

.formlabel {
	position: absolute;
	left: 86px;
	width: 79px;
	text-align:right;
	text-indent: -26px;
	padding-left: 20px;
	margin: 0 0 0 0;
	padding: 5px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
	border: none;
	font-weight: bold;
}

#errormsg{
	position:absolute;
	left:43px;
	top:304px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#F00;
	border: none;
	font-weight: bold;
	height: 33px;
	width: 363px;
}
#twitter{
	left:302px;
	top:30px;
}
#facebook{
	left:456px;
	top:30px;
}
#submit{
	position:absolute;
	left:326px;
	top:340px;
}
#submit2{
	position:absolute;
	left:295px;
	top:173px;
}
#download{
	position:absolute;
	width: 100px;
	height:45px;
	left:169px;
	top:314px;
}

#continue{
	position:absolute;
	width: 300px;
	height:35px;
	left:73px;
	top:360px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#0096D9;
	border: none;
	font-weight: bold;
}


#content{
	height:200px;
	width:386px;
	position: absolute;
	left: 43px;
	top: 176px;
}

.referfield {
	text-align:left;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0px 0;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
	
}
.referfield2 {
	text-align:left;
	margin: 0 0 0 0;
	padding: 0px 0;
	width: 250px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
}

.refer_fullcol  {
	float: left;
	text-align:left;
	width: 100%;
	height: 20px;
}
.refer_halfcol {
	float: left;
	text-align:left;
	width: 50%;
	height: 20px;
}
.refer_title {
	float: left;
	text-align:left;
	width: 100%;
	height: 15px;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
}

.refer_message {
	float: left;
	text-align:left;
	width: 100%;
	height: 50px;
}

.tracknumbers {
	visibility: none;
	color: #000;
}
.artist {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}
