/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	background: #0d0d0d url(http://static.bandzai.com/images/bg.png);
	font: 13px/1.5 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #ffffff;
}

.wrap {
	width: 800px;
	margin: 160px;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

a:link, a:visited, a:hover {
	color: #e50083;
	text-decoration: underline;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	width: 220px;
	height: 36px;
	text-indent: -10000px;
	background: url(http://static.bandzai.com/images/bandzai-launch.png) 0 0 no-repeat;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}


/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
hr,
h1,
ul
{
	margin-bottom: 20px;
}

ul {
	margin-bottom: 40px;
}

h2 {
	margin-bottom: 6px;
}

form div {
	float: left;
}

label {
	display: none;
}

input {
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 8px 6px;
	margin-bottom: 10px;
	width: 360px;
	font: bold 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

input.submit {
	width: auto;
	margin-left: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	background-color: #e50083;
	padding-left: 16px;
	padding-right: 16px;
	padding: 7px 16px;
}

label.error {
	color: #e50083;
	font-weight: bold;
}

p.twitter {
	clear: both;
	margin-top: 20px;
	padding: 4px 0 4px 24px;
	font-weight: bold;
	background: url(http://static.bandzai.com/images/social_media_mini_icons/twitter.png) 0 50% no-repeat;
}