@charset "UTF-8";
/* CSS Document */
body, td, th {
	font-family: 'Jura', sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #000;
	background-image:url(img/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.logo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.artistname {
	font-family: 'Jura', sans-serif;
	font-size: 14px;
	color: #CCC;
}
.albumtitle {
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	color: #fff;
}
.comingsoon {
	font-family: 'Jura', sans-serif;
	font-size: 23px;
	color: #fff;
}
.itunesimagedbl {
	position:relative;
	float:left;
	left:8px;
}
.submitbuttondbl {
	position:relative;
	right:-7px;
}
.itunesimage {
	position:relative;
	float:left;
	left:8px;
	margin-top:18px;
}
.submitbutton {
	position:relative;
	right:-7px;
	margin-top:18px;
}
a {
	font-family: 'Jura', sans-serif;
	font-size: 12px;
	color: #8DD6FF;
}
a:link {
	text-decoration: none;
	border:0px;
}
a:visited {
	text-decoration: none;
	color: #8DD6FF;
}
a:hover {
	text-decoration: underline;
	color: #1CCBFF;
}
a:active {
	text-decoration: none;
	color: #8DD6FF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Jura', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #FFF;
}
h2 {
	font-size: 16px;
	color: #CCC;
}
h3 {
	font-size: 14px;
	color: #CCC;
}
.table {
    background: #ddd;
    display: inline-block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:30px;
	padding-left:30px;
	width: auto;
	height: auto;
	border-width:2px;
	border-color:#ccc;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:inset 0px 0px 24px #000000;
	-webkit-box-shadow:inset 0px 0px 24px #000000;
	box-shadow:inset 0px 0px 24px #000000;
	/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
background-image: -moz-linear-gradient(top, #2c2c2c, #545454);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c2c2c), to(#545454));
	background-image: -o-linear-gradient(top, #2c2c2c, #545454);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#545454');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#545454')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #2c2c2c, #545454);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/


.recordtable {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:210px;
	height:380px;
	padding:10px;
	background-color:#000000;
	border-width:0px;
	border-color:#999999;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	vertical-align:top;
}
