table/* -- RESET STYLES --*/

body, div, span, object, iframe,
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd,
img, table, caption, thead, tfoot, tbody, tr, th, td,
form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

ul {
	list-style: none;
}


html {
	font-size: 100%;
}


body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 100%;
	background-color: #181818;
	background-position: center top;
	background-repeat: no-repeat;
	color: #666666;
	margin: 0;
}

p {
	font-size: 11px;
	margin: 0 0 1em 0;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0.2em 0 0 0;
	font-style: normal;
	font-weight: bold;
}

h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

a:link, a:visited {
	text-decoration: none;
	color: #ffffFF;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ffff00;
}


/* -- LAYOUT STYLES --*/

#container {
	position: relative;
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
}

#header {
	position: relative;
	display: block;
	width: 960px;
	height: 150px;
}

#headerclient {
	width: 960px;
	height: 60px;
	background-color: #272425;
}


h1 {
	margin: 0;
	padding: 50px 0 0 50px;
}

#headerclient h1 {
	font-size: 40px;
	font-weight: bold;
	color: #6B6B6B;
	padding: 5px 0 5px 10px;
}

#logo h1 {
	font-size: 36px;
	font-weight: bold;
	text-indent: 50px;
	color: #929292;
	background-repeat: no-repeat;
	background-position: top left;
}

h1.message  {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}


/*#logo {
	position: absolute;
	background-repeat: no-repeat;
	background-position: right top;
	width: 960px;
	height:150px;
	padding-top: 25px;

}

#logo h1 {
	font-size: 48px;
	line-height: 48px;
	text-indent: 50px;
	font-weight: bold;
	color: #fff;
}*/



/* STYLES FOR music-info DIV */

h2 {
	font-size: 26px;
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #fff;
	padding: 0px 0px 2px 8px;
	}

#music-info {
	position: relative;
	text-align: left;
}
#packwrap {
	margin: 28px 0px 0px 50px;
	float: left;
}
#packshot {
	background-color: #272425;
	border: #272425 solid 10px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	width: 300px;
	height: 300px;
}
#weblink {
	color: #fff;
	padding: 9px 0px 0 0px;
	text-align: center;
}
#weblink a:link, #weblink a:visited, #weblink a:hover, #weblink a:active {
	color: #fff;
}


#tracklist {
	float: right;
	margin: 20px 50px 0px 0px;
	min-height: 400px;
}

#tracklist table {
	border-collapse: separate;
}

#tracklist th {
	text-indent: 6px;
}

#tracklist td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	border: #272425 solid 3px;
	padding: 3px 3px 3px 6px;
	background-color: #272425;
}
.instructions {
	margin: 5px 0px 5px 0px;
}
.instructions p {
	font-size: 14px;
	font-style:italic;
}
.instructions ul {
	list-style-position: inside;
}

.instructions ul li {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-right: 30px;
}



/* STYLES FOR code-info DIV */

#code-info {
	margin: 15px 0px 0px 45px;
	color: #929292;
	font-size: 12px;
}

#code-info label {
	float: left;
	color: #929292;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 15px;
    width: 100px;
}

#code-info label.checkbox {
	float: none;
	font-family: "Arial", Gadget, sans-serif;
    font-size: 12px;
    padding-left: 60px;
    display: inline-block;
    width: 290px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 10px;
}

.input_checkbox {
	margin-left: 20px;

}

#info-box{
	/*float: left;*/
	width: 830px;
	/*height: 320px;*/
	background-color: #272425;
	border: #272425 solid 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.fields-box{
	float: left;
	width: 410px;
	background-color: #333;
	border: #333 solid 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px 6px 10px;
}

.fields-box .error {
	display: block;
	margin-left: 106px;
	padding-bottom: 3px;
}


.form-text {
	float: left;
	/*width: 430px;*/
	margin: 0px 0px 10px 0px;
}
.form-text input {
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	/*float: right;*/
	/*line-height: 13px;*/
	text-indent: 5px;
	width: 294px;
	background-color:#eee;
	border: #eee solid 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-text select {
	width: 300px;
}
.formRadioBtn {
	float: left;
	width: 600px;
	margin: 0px;
}
.formRadioBtn input {
	margin-left: 20px;
}

.form-code {
	float: left;
	width: 320px;
}
.form-code input {
	font-family:"Courier New", Courier, monospace;
	width: 300px;
	font-size: 30px;
	line-height: 30px;
	text-indent: 5px;
	background-color:#fff;
	border: #fff solid 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}


#form-submit {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	/*margin: 16px 10px 0px 0px;*/

}

#form-submit button {
	width: 100px;
	height: 80px;
	background-position: 0px -10px;
	background-color: #272425;
	background-image: url('../images/goButtonsmall.png');
	background-repeat: no-repeat;
	text-indent: -5000px;
	/*position: relative;*/
	border: #272425 solid 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

#form-submit button:hover  { background-position: 0px -99px; background-color: #161516; border-color: #161516 }
/*#form-submit button:active { background-position: 0px -148px; background-color: #ed6613; border-color: #ed6613 }*/


#form-submit button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}



#clearing {
	clear: both;
}

.clear {
	clear: both;
}

.error {
color: #d35d2f;
/*padding: 0.4em 0em 0em 0em;*/
}



/* STYLES FOR FOOTER */
#footer {
	font-size: 10px;
	width: 960px;
	padding: 1px 0px 1px 50px;
	clear: both;
}

#footer ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	display: inline;
	margin: 10px 0px 20px 30px;
}

#footer li{
	display: inline;
	padding: 0px 5px 0px 0px;
}

#faq {
	float: right;
	width: 320px;
	/*margin-top: 6px;*/
	padding: 0px 10px 0px 10px;
	background-color: #272425;
	/*border: #272425 solid 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	color: #FFF;
}
#faq-wide {
	width: 680px;
	padding: 0px 10px 0px 10px;
	background-color: #272425;
	color: #FFF;
}

#faq h3, #faq-wide h3, #instructions h3 {
	color: #929292;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
}
#faq h4, #faq-wide h4 {
	color: #FFFFFF;
	font-size: 14px;
}

#faq p.answer, #faq-wide p.answer {
	color: #929292;
}


/* ERROR MESSAGES */
#message {
	margin-left: 20px;
}

#message h1 {
	font-size: 44px;
	padding: 0 0 20px 0;
}

#message h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0 0 20px 0;

}

.hide {
    display: none;
}

#tracktable {
	margin-bottom: 10px;
}

h4.redirect {
	margin-bottom: 20px;
	font-size: 15px;
}

h4.redirect a {
	cursor: pointer;
	color: #FFF;
}


button { cursor: pointer; }


.fileuploader{
    max-width: 560px;
}

#jsuploader form {
	margin: 15px;
}
