#container {
  height: 1510px;
  -webkit-box-shadow: 6px 0 4px  -4px #222 , -6px 0 4px  -4px #222;
  -moz-box-shadow:    6px 0 4px  -4px #222 , -6px 0 4px  -4px #222;
  box-shadow:        6px 0 20px  -4px #222 , -6px 0 20px  -4px #222;
}

h1 {
  font-size: 50px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
}

.headline {
  font-size:22px;
  font-weight:bold;
}

div#pitch-letter {
  margin-top:30px;
  margin-bottom:30px;
  font-size:20px;
  text-align: center
}

h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}

p {
  font-family: Georgia, serif;

}

h3 {
  font-size: 16px;
  font-style: italic;
  color: #CCCCCC;
  font-family: Georgia, serif;
  font-weight: normal;
}

h4 {
  font-size: 12px;
}

body {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  color:white;
  font-weight:bold;
}

.box {
  color: white;
  background-color: #4F4B47;
  border-radius: 10px;
  z-index:2;
}


label {
 font-size: 24px !important;
}

form input[type="text"] {
	font-size: 28px;
}

#form_div {
  height: 30px;
}

#form_div .field_div {
	margin-top:20px;
}

#form_div label.top {
	display:block;
	padding-bottom:10px;
}

#sign_up {
  background: -moz-linear-gradient(0% 100% 90deg,#E47F18, #BD5425);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E47F18), to(#BD5425));
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-style: 1px solid;
  border-color: #E47F18;
  display: block;
  margin:0 auto;
  color: white;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  text-shadow: #4C9021 0px -1px 0px;
  width: 200px;
}

#sign_up:hover {
  cursor: pointer;
}

.thanks {
  width: 480px;
  background: -moz-linear-gradient(0% 100% 90deg,#63A62F, #7FBF4D);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7FBF4D), to(#63A62F));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -10px;
  height: 30px;
  z-index: 1;
  position:relative;
  color:white;
  margin-left: auto;
  margin-right: auto;
}

.yikes {
  width: 480px;
  background: -moz-linear-gradient(0% 100% 90deg,#9E080D, #D1080F);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D1080F), to(#9E080D));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -10px;
  height: 30px;
  z-index: 1;
  position:relative;
  color:white
  margin-left: auto;
  margin-right: auto;
}

.odd {
  background-color:#eaecdc;
}

.even {
  background-color:#fbfcf3;
}

.table-name {
  width: 50%;
}

.table-type {
  width: 10%;
}

.table-referer {
  width: 40%;
}
