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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* IWRTW Stylin */
body {
  background-color: #f6f6f8;
}

header,
div#body {
  width: 940px;
  margin: 0 auto;
}

div#head {
  height: 40px;
  margin-bottom: 35px;
  background: rgba(66,40,40,0.65);
}

div#head h1 {
  font-family: Georgia,serif;
  font-size: 28px;
  letter-spacing: -2px;
  color: #351c2e;
  padding: 10px 10px 5px;
  background: #31192e;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  width: 185px;
}

div#body {
  padding: 100px 0;
}

label[for='action'],
label[for='email'] {
  display: block;
  font-family: Georgia,Times,serif;
  font-size: 28px;
  line-height: 52px;
  width: 330px;
  height: 50px;
}

label[for='action'] {
  padding-left: 40px;
  background: url('../images/64x64.png') no-repeat left center;
  background-size: 38px;
}

label[for='email'] {
  text-align: right;
  padding-right: 10px;
}

form textarea {
  font-size: 28px;
  font-family: Georgia,Times,serif;
  width: 420px;
  max-width: 420px;
  height: 36px;
  margin: 4px auto;
  padding: 5px 5px 3px;
  outline: 0;
  border: 1px solid #cdcdcf;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #FFF;
}

form ul li {
  float: left;
}

form .button-item {
  height: 46px;
  width: 100px;
  margin-left: 10px;
  padding: 4px 0;
}

form .button {
  font-size: .857em;
  color: #FFF;
  height: 46px;
  width: 100px;
  cursor: pointer;
  outline-style: none;
  border: 1px solid #808080;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #000 no-repeat center center;
  text-align: center;
  display: none;
}

form .email-container {
  display: none;
}

form .thank-you-container {
  display: none;
  font-size: 28px;
  text-align: center;
}

form .thank-you-container p {
  margin: 16px;
}

.help {
  clear: both;
  display: none;
}
