/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GLOBAL */

body {
  font: .875em/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000;
	background: #fff;
}

form {
  margin: 2em 0;
}

label {
  display: none;
}

input.text {
  float: left;
  border: #fff solid 1px;
  font-size: 14px;
  width: 220px;
  margin: 0;
  padding: 5px;
  color: #7c7c7c;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  background: #f4f4f4 url("../images/input_back.png") no-repeat 0 0;
}

button#submit {
  display: block;
  float: left;
  width: 89px;
  height: 29px;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -999em;
  background: #b2c90d url("../images/send.png") no-repeat 0 0;
}

#response {
  clear: both;
  font-size: 0.9em;
  padding: 0.2em 0;
  font-weight: bold;
  color: #7c7c7c;
}

strong {
  font-weight: bold;
}

#wrapper {
  width: 100%;
  background: #000 url("../images/back.png") repeat-x 0 479px;
}

#content {
  width: 900px;
  padding: 95px 40px 40px 40px;
  margin: 0 auto;
  text-align: left;
}

#preview {
  position: relative;
  float: left;
}

#intro {
  float: left;
  color: #fff;
  width: 340px;
  margin: 20px 30px 20px 50px;
}

#intro h1 {
  display: block;
  width: 208px;
  height: 98px;
  background: transparent url("../images/blocktail.png") no-repeat 0 0;
  text-indent: -999em;
}

#intro p {
  margin: 1.4em 0;
}

#footer {
  clear: both;
  padding: 0 30px;
  color: #000;
  text-align: center;
}

#footer p {
  margin: 1.1em 0;
}

#footer a {
  color: #000;
}

#footer a:hover, #footer a:focus {
  color: #3aadb7;
}
